Re: [PATCH] coda: use VB2_FILEIO_ALLOW_ZERO_BYTESUSED flag

2014-12-19 Thread Philipp Zabel
Hi Kamil, Am Freitag, den 19.12.2014, 11:36 +0100 schrieb Kamil Debski: > The coda driver interprets a buffer with bytesused equal to 0 as a special > case indicating end-of-stream. After vb2: fix bytesused == 0 handling > (8a75ffb) patch videobuf2 modified the value of bytesused if it was 0. > Th

[PATCH] coda: use VB2_FILEIO_ALLOW_ZERO_BYTESUSED flag

2014-12-19 Thread Kamil Debski
The coda driver interprets a buffer with bytesused equal to 0 as a special case indicating end-of-stream. After vb2: fix bytesused == 0 handling (8a75ffb) patch videobuf2 modified the value of bytesused if it was 0. The VB2_FILEIO_ALLOW_ZERO_BYTESUSED flag was added to videobuf2 to keep backward co