[FFmpeg-cvslog] avcodec/ratecontrol: drop remnants of libxvid rate control
Marton Balint
git at videolan.org
Thu Jan 26 21:45:03 EET 2023
ffmpeg | branch: master | Marton Balint <cus at passwd.hu> | Sun Jan 22 01:20:10 2023 +0100| [bdb7338b099c4727df99f8575e0c857f2b4eda3c] | committer: Marton Balint
avcodec/ratecontrol: drop remnants of libxvid rate control
Signed-off-by: Marton Balint <cus at passwd.hu>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=bdb7338b099c4727df99f8575e0c857f2b4eda3c
---
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;
More information about the ffmpeg-cvslog
mailing list