summaryrefslogtreecommitdiffstats
path: root/libavcodec/mpegvideo.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2011-11-10 13:51:38 +0100
committerMichael Niedermayer <michaelni@gmx.at>2011-11-10 13:51:38 +0100
commit80f716cd457d9188b378fc9883f6d3b7fe735f4e (patch)
tree0d11612cfbbc7f88e475972d98b201239ca8d991 /libavcodec/mpegvideo.c
parent525a8f3ba55e5220ebf20b05174190ae6ef68e53 (diff)
downloadffmpeg-streaming-80f716cd457d9188b378fc9883f6d3b7fe735f4e.zip
ffmpeg-streaming-80f716cd457d9188b378fc9883f6d3b7fe735f4e.tar.gz
mpeg4videodec: fix lml4 and frame threading without -vsync 0
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/mpegvideo.c')
-rw-r--r--libavcodec/mpegvideo.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/mpegvideo.c b/libavcodec/mpegvideo.c
index 29500ea..28964b0 100644
--- a/libavcodec/mpegvideo.c
+++ b/libavcodec/mpegvideo.c
@@ -511,6 +511,7 @@ int ff_mpeg_update_thread_context(AVCodecContext *dst, const AVCodecContext *src
//Error/bug resilience
s->next_p_frame_damaged = s1->next_p_frame_damaged;
s->workaround_bugs = s1->workaround_bugs;
+ s->padding_bug_score = s1->padding_bug_score;
//MPEG4 timing info
memcpy(&s->time_increment_bits, &s1->time_increment_bits, (char*)&s1->shape - (char*)&s1->time_increment_bits);
OpenPOWER on IntegriCloud