From 4989ad4c76e2e74f7a1ff490ec9e33291de862fc Mon Sep 17 00:00:00 2001 From: Andreas Rheinhardt Date: Wed, 22 Dec 2021 17:28:20 +0100 Subject: avcodec/mpeg12enc: Add custom context, move mpeg2_frame_rate_ext to it It is only used here. Signed-off-by: Andreas Rheinhardt --- libavcodec/mpegvideo.h | 1 - 1 file changed, 1 deletion(-) (limited to 'libavcodec/mpegvideo.h') diff --git a/libavcodec/mpegvideo.h b/libavcodec/mpegvideo.h index 900b8b1403..2611e7c667 100644 --- a/libavcodec/mpegvideo.h +++ b/libavcodec/mpegvideo.h @@ -203,7 +203,6 @@ typedef struct MpegEncContext { int last_non_b_pict_type; ///< used for MPEG-4 gmc B-frames & ratecontrol int droppable; int frame_rate_index; - AVRational mpeg2_frame_rate_ext; int last_lambda_for[5]; ///< last lambda for a specific pict type int skipdct; ///< skip dct and code zero residual -- cgit v1.2.3