diff ratecontrol.c @ 6525:52925923273f libavcodec

cosmetics: typo fixes
author diego
date Sat, 22 Mar 2008 16:46:36 +0000
parents 493dc59d469a
children 737b74bec1e5
line wrap: on
line diff
--- a/ratecontrol.c	Sat Mar 22 01:06:57 2008 +0000
+++ b/ratecontrol.c	Sat Mar 22 16:46:36 2008 +0000
@@ -121,7 +121,7 @@
         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;