mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-01-19 13:50:58 +00: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:
parent
757be51ded
commit
b90ea35182
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user