summaryrefslogtreecommitdiff
path: root/libavcodec/ratecontrol.c
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2008-05-27 12:32:59 +0000
committerDiego Biurrun <diego@biurrun.de>2008-05-27 12:32:59 +0000
commit842eabc5f91d40019604517791809ae47c59ef1f (patch)
treeaada2d44fbcff9c32a458510dec53eb9504b9eee /libavcodec/ratecontrol.c
parentae52bbe5de5c36a56f5e80076ae383203366664c (diff)
cosmetics: XviD is now called Xvid.
Originally committed as revision 13465 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/ratecontrol.c')
-rw-r--r--libavcodec/ratecontrol.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/ratecontrol.c b/libavcodec/ratecontrol.c
index 27bf938a3c..67301f403d 100644
--- a/libavcodec/ratecontrol.c
+++ b/libavcodec/ratecontrol.c
@@ -187,7 +187,7 @@ int ff_rate_control_init(MpegEncContext *s)
#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
}