diff options
author | Diego Biurrun <diego@biurrun.de> | 2007-02-22 00:14:54 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2007-02-22 00:14:54 +0000 |
commit | 3700dab4f25a751823f34ce8daa697140106052d (patch) | |
tree | d3af6a866ee64743a515735328a41c03600c8fd6 /libavcodec/truemotion1.c | |
parent | 804de96a83c8ad42d9e4f2b02d5b3f99ca31b725 (diff) | |
download | ffmpeg-3700dab4f25a751823f34ce8daa697140106052d.tar.gz |
cosmetics: aswell --> as well typo fix
Originally committed as revision 8062 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/truemotion1.c')
-rw-r--r-- | libavcodec/truemotion1.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/truemotion1.c b/libavcodec/truemotion1.c index 7ee140c1ef..a7d3544f4b 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)) { |