From 56f68a4112ccb909b96981d4128a3e81eec212e2 Mon Sep 17 00:00:00 2001 From: Panagiotis Issaris Date: Wed, 20 Sep 2006 08:51:59 +0000 Subject: [PATCH] The "video_rc_buffer_aggressivity" variable is not being used anymore in ffmpeg.c. Originally committed as revision 6302 to svn://svn.ffmpeg.org/ffmpeg/trunk --- ffmpeg.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/ffmpeg.c b/ffmpeg.c index 5be2f9ef00..cf60ed48a3 100644 --- a/ffmpeg.c +++ b/ffmpeg.c @@ -120,7 +120,6 @@ static int video_rc_qmod_freq=0; #endif static char *video_rc_override_string=NULL; static char *video_rc_eq="tex^qComp"; -static float video_rc_buffer_aggressivity=1.0; static int me_method = ME_EPZS; static int video_disable = 0; static int video_discard = 0; @@ -2941,7 +2940,6 @@ static void new_video_stream(AVFormatContext *oc) } video_enc->rc_override_count=i; video_enc->rc_initial_buffer_occupancy = video_enc->rc_buffer_size*3/4; - video_enc->rc_buffer_aggressivity= video_rc_buffer_aggressivity; video_enc->me_threshold= me_threshold; video_enc->mb_threshold= mb_threshold; video_enc->intra_dc_precision= intra_dc_precision - 8; -- 2.20.1