Mercurial > libavcodec.hg
diff pngdec.c @ 5355:45d083bbbbe7 libavcodec
typo fixes
| author | diego |
|---|---|
| date | Tue, 17 Jul 2007 12:57:50 +0000 |
| parents | a8c48a070cff |
| children | 817e302aae08 |
line wrap: on
line diff
--- a/pngdec.c Tue Jul 17 12:33:14 2007 +0000 +++ b/pngdec.c Tue Jul 17 12:57:50 2007 +0000 @@ -72,7 +72,7 @@ }; /* NOTE: we try to construct a good looking image at each pass. width - is the original image width. We also do pixel format convertion at + is the original image width. We also do pixel format conversion at this stage */ static void png_put_interlaced_row(uint8_t *dst, int width, int bits_per_pixel, int pass,
