[FFmpeg-cvslog] ratecontrol: Drop xvid-rc-related struct members unused after a6901b9c6

Diego Biurrun git at videolan.org
Wed May 3 13:29:05 EEST 2017


ffmpeg | branch: master | Diego Biurrun <diego at biurrun.de> | Mon Dec 19 12:20:14 2016 +0100| [f9edc734e0ca3f6ef06c1ad0bd2c19c0c66f1ffa] | committer: Diego Biurrun

ratecontrol: Drop xvid-rc-related struct members unused after a6901b9c6

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=f9edc734e0ca3f6ef06c1ad0bd2c19c0c66f1ffa
---

 libavcodec/ratecontrol.h | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/libavcodec/ratecontrol.h b/libavcodec/ratecontrol.h
index 2976806c8e..7c289c6fbe 100644
--- a/libavcodec/ratecontrol.h
+++ b/libavcodec/ratecontrol.h
@@ -79,10 +79,6 @@ typedef struct RateControlContext{
     uint64_t qscale_sum[5];
     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