diff options
author | Panagiotis Issaris | 2006-09-20 08:51:59 +0000 |
---|---|---|
committer | Panagiotis Issaris | 2006-09-20 08:51:59 +0000 |
commit | 56f68a4112ccb909b96981d4128a3e81eec212e2 (patch) | |
tree | 9f1d7011844dfd88740a1f20fccd59afd2376613 /ffmpeg.c | |
parent | 8cd019bdca4f7a6b485b63c25b80b68851ac6fc1 (diff) |
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
Diffstat (limited to 'ffmpeg.c')
-rw-r--r-- | ffmpeg.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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; |