[FFmpeg-cvslog] libxvid: remove disabled code

Diego Biurrun git at videolan.org
Fri Apr 13 00:55:57 CEST 2012


ffmpeg | branch: master | Diego Biurrun <diego at biurrun.de> | Fri Jul 29 12:49:23 2011 +0200| [18e8fef7c9292041e3266487d9bc6b59e5eaa798] | committer: Diego Biurrun

libxvid: remove disabled code

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

 libavcodec/libxvid_rc.c |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)

diff --git a/libavcodec/libxvid_rc.c b/libavcodec/libxvid_rc.c
index e871427..4cb832f 100644
--- a/libavcodec/libxvid_rc.c
+++ b/libavcodec/libxvid_rc.c
@@ -101,10 +101,6 @@ float ff_xvid_rate_estimate_qscale(MpegEncContext *s, int dry_run){
     xvid_plg_data.bquant_offset = 0; //  100 * s->avctx->b_quant_offset;
     xvid_plg_data.bquant_ratio = 100; // * s->avctx->b_quant_factor;
 
-#if 0
-    xvid_plg_data.stats.hlength= X
-#endif
-
     if(!s->rc_context.dry_run_qscale){
         if(s->picture_number){
             xvid_plg_data.length=



More information about the ffmpeg-cvslog mailing list