mirror of https://github.com/FFmpeg/FFmpeg.git
The output_buffer_count==0 special case is no longer required, and can cause spurious EAGAIN to surface to the user when input buffers are filled up. Since the caller now knows if the decoder is accepting new input (via current_input_buffer>=0), let the wait parameter control whether we block or not. Signed-off-by: Aman Gupta <aman@tmm1.net> Signed-off-by: Matthieu Bouron <matthieu.bouron@gmail.com>pull/284/merge
parent
f6681feda6
commit
a75bb5496a
2 changed files with 1 additions and 8 deletions
Loading…
Reference in new issue