Commit f7aca7b4 authored by diego's avatar diego

cosmetics: aswell --> as well typo fix


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@8062 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 2d5770d1
...@@ -419,7 +419,7 @@ static int truemotion1_decode_header(TrueMotion1Context *s) ...@@ -419,7 +419,7 @@ static int truemotion1_decode_header(TrueMotion1Context *s)
if (compression_types[header.compression].algorithm == ALGO_RGB24H) if (compression_types[header.compression].algorithm == ALGO_RGB24H)
s->avctx->pix_fmt = PIX_FMT_RGB32; s->avctx->pix_fmt = PIX_FMT_RGB32;
else 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)) if ((header.deltaset != s->last_deltaset) || (header.vectable != s->last_vectable))
{ {
......
...@@ -2601,7 +2601,7 @@ static int theora_decode_init(AVCodecContext *avctx) ...@@ -2601,7 +2601,7 @@ static int theora_decode_init(AVCodecContext *avctx)
// return -1; // return -1;
} }
// FIXME: check for this aswell // FIXME: Check for this as well.
skip_bits(&gb, 6*8); /* "theora" */ skip_bits(&gb, 6*8); /* "theora" */
switch(ptype) switch(ptype)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment