diff ratecontrol.c @ 6908:25dcd46b8160 libavcodec

cosmetics: XviD is now called Xvid.
author diego
date Tue, 27 May 2008 12:32:59 +0000
parents 737b74bec1e5
children 322023e630a6
line wrap: on
line diff
--- a/ratecontrol.c	Tue May 27 10:51:23 2008 +0000
+++ b/ratecontrol.c	Tue May 27 12:32:59 2008 +0000
@@ -187,7 +187,7 @@
 #ifdef CONFIG_LIBXVID
             return ff_xvid_rate_control_init(s);
 #else
-            av_log(s->avctx, AV_LOG_ERROR, "XviD ratecontrol requires libavcodec compiled with XviD support\n");
+            av_log(s->avctx, AV_LOG_ERROR, "Xvid ratecontrol requires libavcodec compiled with Xvid support.\n");
             return -1;
 #endif
         }