diff options
author | Gyan Doshi <gyandoshi@gmail.com> | 2018-03-15 16:45:51 +0530 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2018-03-20 22:59:40 +0100 |
commit | 8ad83044b47a2544907562f5e8fd11dd1a62ef82 (patch) | |
tree | 0b489106500075ee3a1233b028c7dc47e73d2732 /libavformat/oggparseskeleton.c | |
parent | 2aac5ad2f72cf9a1f024187b78f949c5613ceacd (diff) | |
download | ffmpeg-8ad83044b47a2544907562f5e8fd11dd1a62ef82.tar.gz |
ffmpeg.c - drain all decoded frames during stream_loop flush
When a decoded stream is being looped, after each post-EOF rewind,
decoders are flushed in seek_to_start(). This only drains 1 frame, and
thus the output has a few frames missing at the tail of each iteration
except the last.
With this patch, process_input is looped till process_input_packet
reaches EOF.
Fixes #7081
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'libavformat/oggparseskeleton.c')
0 files changed, 0 insertions, 0 deletions