Commit 91c63cb0 authored by Michael Niedermayer's avatar Michael Niedermayer

avcodec/mpeg4videodec: copy rvlc in mpeg4_update_thread_context too

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 9c835acc
...@@ -2524,6 +2524,7 @@ static int mpeg4_update_thread_context(AVCodecContext *dst, ...@@ -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;
} }
......
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