mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-13 10:30:05 +01:00
avcodec/mpegvideo_dec: Don't sync max_b_frames
Only the VC-1 decoder (which does not use frame-threading) and encoders use it. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
@@ -134,7 +134,6 @@ int ff_mpeg_update_thread_context(AVCodecContext *dst,
|
|||||||
(char *) &s1->last_time_base);
|
(char *) &s1->last_time_base);
|
||||||
|
|
||||||
// B-frame info
|
// B-frame info
|
||||||
s->max_b_frames = s1->max_b_frames;
|
|
||||||
s->low_delay = s1->low_delay;
|
s->low_delay = s1->low_delay;
|
||||||
|
|
||||||
// DivX handling (doesn't work)
|
// DivX handling (doesn't work)
|
||||||
|
|||||||
Reference in New Issue
Block a user