diff options
author | Diego Biurrun <diego@biurrun.de> | 2008-05-27 12:32:59 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2008-05-27 12:32:59 +0000 |
commit | 842eabc5f91d40019604517791809ae47c59ef1f (patch) | |
tree | aada2d44fbcff9c32a458510dec53eb9504b9eee /libavcodec/h263.c | |
parent | ae52bbe5de5c36a56f5e80076ae383203366664c (diff) | |
download | ffmpeg-842eabc5f91d40019604517791809ae47c59ef1f.tar.gz |
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.c | 2 |
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; |