]> git.sesse.net Git - ffmpeg/commit
avcodec/v4l2_context: return EAGAIN to signal full buffers
authorAndriy Gelman <andriy.gelman@gmail.com>
Sun, 16 Aug 2020 21:39:13 +0000 (17:39 -0400)
committerAndriy Gelman <andriy.gelman@gmail.com>
Sun, 16 Aug 2020 21:39:13 +0000 (17:39 -0400)
commit5df9724e42a99e1bde673f109f41c466ee834f09
tree46ccdd77b6d1dbc3c97be99db42576439540c8b0
parentd7af6d146983f8a63304fffb8535787f9e7bdee9
avcodec/v4l2_context: return EAGAIN to signal full buffers

Return proper error when frame buffers are full. This path is triggered
on the DragonBoard 410c since the encoding API change in commit
827d6fe73d2f5472c1c2.

Signed-off-by: Andriy Gelman <andriy.gelman@gmail.com>
Reviewed-by: Mark Thompson <sw@jkqxz.net>
libavcodec/v4l2_context.c