mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-libstb-hal.git
synced 2025-08-28 16:00:58 +02:00
Merge branch 'mpx' of https://github.com/tuxbox-neutrino/library-stb-hal
Origin commit data
------------------
Branch: master
Commit: 9b033cce69
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-03-14 (Wed, 14 Mar 2018)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -852,7 +852,7 @@ bool getvideo2(unsigned char *video, int xres, int yres)
|
||||
perror(videosnapshot);
|
||||
return false;
|
||||
}
|
||||
ssize_t r = read(fd_video, video, xres * yres * 3);
|
||||
//ssize_t r = read(fd_video, video, xres * yres * 3);
|
||||
close(fd_video);
|
||||
return true;
|
||||
}
|
||||
|
Reference in New Issue
Block a user