diff mbox series

[FFmpeg-devel,4/5] avcodec/ratecontrol: drop remnants of libxvid rate control

Message ID 20230124001322.23263-4-cus@passwd.hu
State Accepted
Commit bdb7338b099c4727df99f8575e0c857f2b4eda3c
Headers show
Series [FFmpeg-devel,1/5] avcodec/mpeg4videoenc: use MpegEncContext->picture_number instead of encode function parameter | expand

Checks

Context Check Description
andriy/make_x86 success Make finished
andriy/make_fate_x86 success Make fate finished

Commit Message

Marton Balint Jan. 24, 2023, 12:13 a.m. UTC
---
 libavcodec/ratecontrol.h | 3 ---
 1 file changed, 3 deletions(-)
diff mbox series

Patch

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;