]> git.sesse.net Git - ffmpeg/commit
lavc: make sure not to return EAGAIN from codecs
authorAnton Khirnov <anton@khirnov.net>
Tue, 14 Feb 2017 19:51:06 +0000 (20:51 +0100)
committerAnton Khirnov <anton@khirnov.net>
Sat, 25 Feb 2017 08:57:44 +0000 (09:57 +0100)
commit984736dd9e5b50987a5910e22495304e4a6d975c
tree606d2dbd201aa2c91e9528515b49c429fa9dac36
parent4cc0227040adb9efc63be6a5765e3214f5c6f662
lavc: make sure not to return EAGAIN from codecs

This error is treated specially by the API.

CC: libav-stable@libav.org
libavcodec/aacdec.c
libavcodec/nvenc.c
libavcodec/qsv.c