# HG changeset patch # User diego # Date 1172103294 0 # Node ID 726deec2612220dc02887eef73bf8db124150db5 # Parent a798e8cc5e67fd0bebe67c73f4f338454f7e8472 cosmetics: aswell --> as well typo fix diff -r a798e8cc5e67 -r 726deec26122 truemotion1.c --- 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)) { diff -r a798e8cc5e67 -r 726deec26122 vp3.c --- a/vp3.c Thu Feb 22 00:04:36 2007 +0000 +++ b/vp3.c Thu Feb 22 00:14:54 2007 +0000 @@ -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)