mirror of https://github.com/FFmpeg/FFmpeg.git
Should ensure avcodec_send_packet() doesn't return EAGAIN in scenarios where it's not
meant to (e.g., ffmpeg_dec.c where avcodec_receive_frame() is called in a loop to drain
all produced frames before trying to submit more packets).
Fixes ticket #11377.
Reviewed-by: Ronald S. Bultje <rsbultje@gmail.com>
Signed-off-by: James Almer <jamrial@gmail.com>
(cherry picked from commit d1d9b0813a
)
release/7.1
parent
4f5769e052
commit
be26ee23ab
1 changed files with 3 additions and 2 deletions
Loading…
Reference in new issue