[Ffmpeg-cvslog] r6168 - trunk/libavcodec/ratecontrol.c

corey subversion
Mon Sep 4 19:08:21 CEST 2006


Author: corey
Date: Mon Sep  4 19:08:20 2006
New Revision: 6168

Modified:
   trunk/libavcodec/ratecontrol.c

Log:
error message spelling typo


Modified: trunk/libavcodec/ratecontrol.c
==============================================================================
--- trunk/libavcodec/ratecontrol.c	(original)
+++ trunk/libavcodec/ratecontrol.c	Mon Sep  4 19:08:20 2006
@@ -821,7 +821,7 @@
     all_const_bits= const_bits[I_TYPE] + const_bits[P_TYPE] + const_bits[B_TYPE];
 
     if(all_available_bits < all_const_bits){
-        av_log(s->avctx, AV_LOG_ERROR, "requested bitrate is to low\n");
+        av_log(s->avctx, AV_LOG_ERROR, "requested bitrate is too low\n");
         return -1;
     }
 




More information about the ffmpeg-cvslog mailing list