avcodec/mpeg4videodec: copy rvlc in mpeg4_update_thread_context too
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
9c835acc1d
commit
91c63cb053
@ -2524,6 +2524,7 @@ static int mpeg4_update_thread_context(AVCodecContext *dst,
|
|||||||
s->shape = s1->shape;
|
s->shape = s1->shape;
|
||||||
s->time_increment_bits = s1->time_increment_bits;
|
s->time_increment_bits = s1->time_increment_bits;
|
||||||
s->vol_sprite_usage = s1->vol_sprite_usage;
|
s->vol_sprite_usage = s1->vol_sprite_usage;
|
||||||
|
s->rvlc = s1->rvlc;
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user