From 3700dab4f25a751823f34ce8daa697140106052d Mon Sep 17 00:00:00 2001
From: Diego Biurrun <diego@biurrun.de>
Date: Thu, 22 Feb 2007 00:14:54 +0000
Subject: [PATCH] cosmetics: aswell --> as well typo fix

Originally committed as revision 8062 to svn://svn.ffmpeg.org/ffmpeg/trunk
---
 libavcodec/truemotion1.c | 2 +-
 libavcodec/vp3.c         | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/libavcodec/truemotion1.c b/libavcodec/truemotion1.c
index 7ee140c1ef2..a7d3544f4b6 100644
--- a/libavcodec/truemotion1.c
+++ b/libavcodec/truemotion1.c
@@ -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))
     {
diff --git a/libavcodec/vp3.c b/libavcodec/vp3.c
index f0221540792..94d5cd62ffe 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)
-- 
GitLab