You've already forked FFmpeg
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:
@@ -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
|
||||||
|
Reference in New Issue
Block a user