diff truemotion1.c @ 4561:726deec26122 libavcodec

cosmetics: aswell --> as well typo fix
author diego
date Thu, 22 Feb 2007 00:14:54 +0000
parents ce643a22f049
children 66ef3690d108
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))
     {