[FFmpeg-cvslog] avcodec/mpeg4videodec: update bug workaround related variables like they where before

Michael Niedermayer git at videolan.org
Sat Nov 30 03:08:38 CET 2013


ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Sat Nov 30 03:00:53 2013 +0100| [b08ff07d8d9a4bd1c8785c22888e5a19a7da0861] | committer: Michael Niedermayer

avcodec/mpeg4videodec: update bug workaround related variables like they where before

This fixes the code after the variables have been moved into the
mpeg4 decoder.

Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=b08ff07d8d9a4bd1c8785c22888e5a19a7da0861
---

 libavcodec/mpeg4videodec.c |    4 ++++
 1 file changed, 4 insertions(+)

diff --git a/libavcodec/mpeg4videodec.c b/libavcodec/mpeg4videodec.c
index a1662f2..212954c 100644
--- a/libavcodec/mpeg4videodec.c
+++ b/libavcodec/mpeg4videodec.c
@@ -2684,6 +2684,10 @@ static int mpeg4_update_thread_context(AVCodecContext *dst,
     s->time_increment_bits = s1->time_increment_bits;
     s->vol_sprite_usage    = s1->vol_sprite_usage;
     s->rvlc                = s1->rvlc;
+    s->divx_version        = s1->divx_version;
+    s->divx_build          = s1->divx_build;
+    s->xvid_build          = s1->xvid_build;
+    s->lavc_build          = s1->lavc_build;
 
     return 0;
 }



More information about the ffmpeg-cvslog mailing list