[Ffmpeg-cvslog] r8062 - in trunk/libavcodec: truemotion1.c vp3.c

diego subversion
Thu Feb 22 01:14:55 CET 2007


Author: diego
Date: Thu Feb 22 01:14:54 2007
New Revision: 8062

Modified:
   trunk/libavcodec/truemotion1.c
   trunk/libavcodec/vp3.c

Log:
cosmetics: aswell --> as well typo fix


Modified: trunk/libavcodec/truemotion1.c
==============================================================================
--- trunk/libavcodec/truemotion1.c	(original)
+++ trunk/libavcodec/truemotion1.c	Thu Feb 22 01:14:54 2007
@@ -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))
     {

Modified: trunk/libavcodec/vp3.c
==============================================================================
--- trunk/libavcodec/vp3.c	(original)
+++ trunk/libavcodec/vp3.c	Thu Feb 22 01:14:54 2007
@@ -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)




More information about the ffmpeg-cvslog mailing list