]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/commitdiff
cosmetics: aswell --> as well typo fix
authordiego <diego@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
Thu, 22 Feb 2007 00:14:54 +0000 (00:14 +0000)
committerdiego <diego@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
Thu, 22 Feb 2007 00:14:54 +0000 (00:14 +0000)
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@8062 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

libavcodec/truemotion1.c
libavcodec/vp3.c

index 7ee140c1ef244540dc698bd007c6204a8a3ddd56..a7d3544f4b6b73e14e93b17815a1581447bf1932 100644 (file)
@@ -419,7 +419,7 @@ static int truemotion1_decode_header(TrueMotion1Context *s)
     if (compression_types[header.compression].algorithm == ALGO_RGB24H)
         s->avctx->pix_fmt = PIX_FMT_RGB32;
     else
-        s->avctx->pix_fmt = PIX_FMT_RGB555; // RGB565 is supported aswell
+        s->avctx->pix_fmt = PIX_FMT_RGB555; // RGB565 is supported as well
 
     if ((header.deltaset != s->last_deltaset) || (header.vectable != s->last_vectable))
     {
index f0221540792b458fbe645a44be1afec04ce1da0c..94d5cd62ffe3a4a247df6d79595bea9f53a2fe90 100644 (file)
@@ -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)