summaryrefslogtreecommitdiff
path: root/libavcodec/vp3.c
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2007-02-22 00:14:54 +0000
committerDiego Biurrun <diego@biurrun.de>2007-02-22 00:14:54 +0000
commit3700dab4f25a751823f34ce8daa697140106052d (patch)
treed3af6a866ee64743a515735328a41c03600c8fd6 /libavcodec/vp3.c
parent804de96a83c8ad42d9e4f2b02d5b3f99ca31b725 (diff)
cosmetics: aswell --> as well typo fix
Originally committed as revision 8062 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/vp3.c')
-rw-r--r--libavcodec/vp3.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/vp3.c b/libavcodec/vp3.c
index f022154079..94d5cd62ff 100644
--- a/libavcodec/vp3.c
+++ b/libavcodec/vp3.c
@@ -2601,7 +2601,7 @@ static int theora_decode_init(AVCodecContext *avctx)
// return -1;
}
- // FIXME: check for this aswell
+ // FIXME: Check for this as well.
skip_bits(&gb, 6*8); /* "theora" */
switch(ptype)