summaryrefslogtreecommitdiff
path: root/libavcodec/mpeg4videodec.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2013-11-29 23:13:54 +0100
committerMichael Niedermayer <michaelni@gmx.at>2013-11-29 23:13:54 +0100
commit36068709b3ddc7a0e753039a9e0cab884fc6fb8d (patch)
treeb72bbaf0fcb71cab2b2a4ddcc14fccbd14473394 /libavcodec/mpeg4videodec.c
parent68c90fc086fec90df374d0765985cb324986e8b4 (diff)
avcodec/mpeg4videodec: Fix code so it also works after moving vol_sprite_usage around
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/mpeg4videodec.c')
-rw-r--r--libavcodec/mpeg4videodec.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/mpeg4videodec.c b/libavcodec/mpeg4videodec.c
index 47ab8da988..8f87c345ea 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;
}