From f863cdef813e51d5850e2386618feafe197f06f4 Mon Sep 17 00:00:00 2001 From: Carl Eugen Hoyos Date: Wed, 7 Sep 2011 00:03:13 +0200 Subject: [PATCH] Cosmetics: Fix comment. --- libavcodec/pngdec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/pngdec.c b/libavcodec/pngdec.c index b6770ddbd4..712d88faa2 100644 --- a/libavcodec/pngdec.c +++ b/libavcodec/pngdec.c @@ -27,7 +27,7 @@ #include "png.h" /* TODO: - * - add 2 and 16 bit depth support + * - add 16 bit depth support */ #include