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
1 changed files with 0 additions and 1 deletions

View File

@ -258,7 +258,6 @@ static void update_duplicate_context_after_me(MpegEncContext *dst,
COPY(lambda);
COPY(lambda2);
COPY(picture_in_gop_number);
COPY(gop_picture_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