mirror of https://git.ffmpeg.org/ffmpeg.git
avcodec/mpeg4videodec: Keep vo_type in sync between threads
Otherwise one can get outdated values when setting FF_DEBUG_PICT_INFO. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
parent
49627b2f2a
commit
eb67659884
|
@ -3471,6 +3471,7 @@ static int mpeg4_update_thread_context(AVCodecContext *dst,
|
|||
s->divx_build = s1->divx_build;
|
||||
s->xvid_build = s1->xvid_build;
|
||||
s->lavc_build = s1->lavc_build;
|
||||
s->m.vo_type = s1->m.vo_type;
|
||||
s->showed_packed_warning = s1->showed_packed_warning;
|
||||
s->vol_control_parameters = s1->vol_control_parameters;
|
||||
s->cplx_estimation_trash_i = s1->cplx_estimation_trash_i;
|
||||
|
|
Loading…
Reference in New Issue