summaryrefslogtreecommitdiff
path: root/libavcodec/pngdec.c
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2007-07-17 12:57:50 +0000
committerDiego Biurrun <diego@biurrun.de>2007-07-17 12:57:50 +0000
commitf1ea5c2a967125bfd5250e1062f949f5edce75c2 (patch)
treef2635ed9d64ea95f8b01097c8940b8d724bf0f6d /libavcodec/pngdec.c
parent04d2e45f3f9a8eebde9a0aef3a3e4baeed59e9a3 (diff)
typo fixes
Originally committed as revision 9719 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/pngdec.c')
-rw-r--r--libavcodec/pngdec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/pngdec.c b/libavcodec/pngdec.c
index 1b7319fe7e..b68ea4db10 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,