mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-19 05:49:09 +02:00
avcodec/mpegvideo_dec: Don't keep droppable in sync in update_thread_ctx
It is not a stream property, but a property of an individual picture (in fact, it is only set by the FLV decoder that does not even support frame threading). Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
parent
39660bf964
commit
b2195a238c
@ -142,7 +142,6 @@ int ff_mpeg_update_thread_context(AVCodecContext *dst,
|
||||
// B-frame info
|
||||
s->max_b_frames = s1->max_b_frames;
|
||||
s->low_delay = s1->low_delay;
|
||||
s->droppable = s1->droppable;
|
||||
|
||||
// DivX handling (doesn't work)
|
||||
s->divx_packed = s1->divx_packed;
|
||||
|
Loading…
x
Reference in New Issue
Block a user