mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-03 05:10:03 +02:00
avcodec/mpegvideo_enc: Don't set picture_in_gop_number for slice threads
They don't ever read this value. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
parent
7a774a4e93
commit
6c2ce16954
@ -260,7 +260,6 @@ static void update_duplicate_context_after_me(MpegEncContext *dst,
|
||||
COPY(qscale);
|
||||
COPY(lambda);
|
||||
COPY(lambda2);
|
||||
COPY(picture_in_gop_number);
|
||||
COPY(frame_pred_frame_dct); // FIXME don't set in encode_header
|
||||
COPY(progressive_frame); // FIXME don't set in encode_header
|
||||
COPY(partitioned_frame); // FIXME don't set in encode_header
|
||||
|
Loading…
Reference in New Issue
Block a user