Commit 36068709 authored by Michael Niedermayer's avatar Michael Niedermayer

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

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 68c90fc0
......@@ -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;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment