commit | e6c9dec3e7d68c477768e2955c7f8ed78a09bfd6 | [log] [tgz] |
---|---|---|
author | Kamil Debski <k.debski@samsung.com> | Mon Feb 23 09:26:19 2015 -0300 |
committer | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | Fri Apr 10 09:47:15 2015 -0300 |
tree | 7aa2636a2720968b5b88d11810c7a03eb1ff955b | |
parent | e4af23d33193c4da52fa84b835374e975085f8fd [diff] |
[media] s5p-mfc: set allow_zero_bytesused flag for vb2_queue_init The s5p-mfc 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 allow_zero_bytesused flag was added to videobuf2 to keep backward compatibility. Signed-off-by: Kamil Debski <k.debski@samsung.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>