1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-08-10 06:10:52 +02:00

avcodec/mpegvideo_enc: Don't sync gop_picture_number among slice threads

It is only used by the main thread.

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
Andreas Rheinhardt
2022-01-25 14:38:04 +01:00
parent 757be51ded
commit b90ea35182

View File

@@ -258,7 +258,6 @@ static void update_duplicate_context_after_me(MpegEncContext *dst,
COPY(lambda); COPY(lambda);
COPY(lambda2); COPY(lambda2);
COPY(picture_in_gop_number); COPY(picture_in_gop_number);
COPY(gop_picture_number);
COPY(frame_pred_frame_dct); // FIXME don't set in encode_header COPY(frame_pred_frame_dct); // FIXME don't set in encode_header
COPY(progressive_frame); // 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 COPY(partitioned_frame); // FIXME don't set in encode_header