diff options
author | Diego Biurrun <diego@biurrun.de> | 2008-03-22 16:46:36 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2008-03-22 16:46:36 +0000 |
commit | 04932b0d97f4c87966c74d5989b12f0c8eb1ace3 (patch) | |
tree | 4e64a74e358f60fa6c5a7b20c24217e1d5bf119e /libavcodec/ratecontrol.c | |
parent | a94948d327a1f90c4c24e456131a9a5308de963e (diff) | |
download | ffmpeg-04932b0d97f4c87966c74d5989b12f0c8eb1ace3.tar.gz |
cosmetics: typo fixes
Originally committed as revision 12554 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/ratecontrol.c')
-rw-r--r-- | libavcodec/ratecontrol.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/ratecontrol.c b/libavcodec/ratecontrol.c index 509d33e2c2..d182c4a884 100644 --- a/libavcodec/ratecontrol.c +++ b/libavcodec/ratecontrol.c @@ -121,7 +121,7 @@ int ff_rate_control_init(MpegEncContext *s) rcc->p_cplx_sum [i]= rcc->mv_bits_sum[i]= rcc->qscale_sum [i]= - rcc->frame_count[i]= 1; // 1 is better cuz of 1/0 and such + rcc->frame_count[i]= 1; // 1 is better because of 1/0 and such rcc->last_qscale_for[i]=FF_QP2LAMBDA * 5; } rcc->buffer_index= s->avctx->rc_initial_buffer_occupancy; |