changeset 4561:726deec26122 libavcodec

cosmetics: aswell --> as well typo fix
author diego
date Thu, 22 Feb 2007 00:14:54 +0000
parents a798e8cc5e67
children 22c4464c8049
files truemotion1.c vp3.c
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/truemotion1.c	Thu Feb 22 00:04:36 2007 +0000
+++ b/truemotion1.c	Thu Feb 22 00:14:54 2007 +0000
@@ -419,7 +419,7 @@
     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))
     {
--- a/vp3.c	Thu Feb 22 00:04:36 2007 +0000
+++ b/vp3.c	Thu Feb 22 00:14:54 2007 +0000
@@ -2601,7 +2601,7 @@
 //        return -1;
      }
 
-    // FIXME: check for this aswell
+    // FIXME: Check for this as well.
     skip_bits(&gb, 6*8); /* "theora" */
 
     switch(ptype)