From f1ea5c2a967125bfd5250e1062f949f5edce75c2 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Tue, 17 Jul 2007 12:57:50 +0000 Subject: typo fixes Originally committed as revision 9719 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/pngdec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/pngdec.c') diff --git a/libavcodec/pngdec.c b/libavcodec/pngdec.c index 1b7319f..b68ea4d 100644 --- a/libavcodec/pngdec.c +++ b/libavcodec/pngdec.c @@ -72,7 +72,7 @@ static const uint8_t png_pass_dsp_mask[NB_PASSES] = { }; /* 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, -- cgit v1.1