ffmpeg | branch: master | Andreas Rheinhardt <[email protected]> | Sat Jan 29 04:30:48 2022 +0100| [6c2ce1695485b73599afada454653889047580e7] | committer: Andreas Rheinhardt
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 <[email protected]> > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=6c2ce1695485b73599afada454653889047580e7 --- libavcodec/mpegvideo_enc.c | 1 - 1 file changed, 1 deletion(-) diff --git a/libavcodec/mpegvideo_enc.c b/libavcodec/mpegvideo_enc.c index 56d41314e7..8d2acdc5b1 100644 --- a/libavcodec/mpegvideo_enc.c +++ b/libavcodec/mpegvideo_enc.c @@ -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 _______________________________________________ ffmpeg-cvslog mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
