summaryrefslogtreecommitdiff
path: root/libavcodec/h263.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/h263.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/h263.c')
-rw-r--r--libavcodec/h263.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/h263.c b/libavcodec/h263.c
index d1ea3946d9..8b48a01c13 100644
--- a/libavcodec/h263.c
+++ b/libavcodec/h263.c
@@ -5773,7 +5773,7 @@ static int decode_user_data(MpegEncContext *s, GetBitContext *gb){
s->lavc_build= build;
}
- /* xvid detection */
+ /* Xvid detection */
e=sscanf(buf, "XviD%d", &build);
if(e==1){
s->xvid_build= build;