mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2026-06-19 19:03:00 +02:00
libxvid: remove disabled code
This commit is contained in:
@@ -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=
|
||||
|
||||
Reference in New Issue
Block a user