mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-21 10:55:51 +02:00
avcodec/mpeg4videodec: Fix code so it also works after moving vol_sprite_usage around
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
68c90fc086
commit
36068709b3
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user