summaryrefslogtreecommitdiff
path: root/libavformat/Makefile
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2014-06-22 23:54:51 +0200
committerMichael Niedermayer <michaelni@gmx.at>2014-06-23 00:09:09 +0200
commitc69f7299473d9b5a0bdae7dfddf464fefc3d16af (patch)
tree90e82c6dd6ecdcea6d34dbcebd86bf8023838656 /libavformat/Makefile
parent7e6cf364537e6f4b421318219eb0920b1f115f83 (diff)
ffmpeg: fix reinitializing with threads while flushing
With threads the decoder has a delay and will thus have multiple frames at EOF left in its buffers which will be returned when flushing the decoder. The code that extracts such frames from the decoder at the end does not pull frames from the filtergraph, thus when one of these frames causes the filtergraph to be reinited, the frames still inside the graph at that point re lost This commit changes the flushing to be more similar to normal decoding and 1 frame at a time Fixes hqx fate with threads Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavformat/Makefile')
0 files changed, 0 insertions, 0 deletions