From bdb7338b099c4727df99f8575e0c857f2b4eda3c Mon Sep 17 00:00:00 2001 From: Marton Balint Date: Sun, 22 Jan 2023 01:20:10 +0100 Subject: [PATCH] avcodec/ratecontrol: drop remnants of libxvid rate control Signed-off-by: Marton Balint --- libavcodec/ratecontrol.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/libavcodec/ratecontrol.h b/libavcodec/ratecontrol.h index 2a7aaec644..4de80fad90 100644 --- a/libavcodec/ratecontrol.h +++ b/libavcodec/ratecontrol.h @@ -80,9 +80,6 @@ typedef struct RateControlContext{ int frame_count[5]; int last_non_b_pict_type; - void *non_lavc_opaque; ///< context for non lavc rc code (for example xvid) - float dry_run_qscale; ///< for xvid rc - int last_picture_number; ///< for xvid rc AVExpr * rc_eq_eval; }RateControlContext;