[FFmpeg-cvslog] avcodec/mpeg4videodec: Fix code so it also works after moving vol_sprite_usage around

Michael Niedermayer git at videolan.org
Fri Nov 29 23:21:00 CET 2013


ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Fri Nov 29 23:13:54 2013 +0100| [36068709b3ddc7a0e753039a9e0cab884fc6fb8d] | committer: Michael Niedermayer

avcodec/mpeg4videodec: Fix code so it also works after moving vol_sprite_usage around

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

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

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

diff --git a/libavcodec/mpeg4videodec.c b/libavcodec/mpeg4videodec.c
index 47ab8da..8f87c34 100644
--- a/libavcodec/mpeg4videodec.c
+++ b/libavcodec/mpeg4videodec.c
@@ -2523,6 +2523,7 @@ static int mpeg4_update_thread_context(AVCodecContext *dst,
 
     s->shape               = s1->shape;
     s->time_increment_bits = s1->time_increment_bits;
+    s->vol_sprite_usage    = s1->vol_sprite_usage;
 
     return 0;
 }



More information about the ffmpeg-cvslog mailing list