summaryrefslogtreecommitdiff
path: root/libavcodec/pngdec.c
diff options
context:
space:
mode:
authorMans Rullgard <mans@mansr.com>2011-07-20 09:55:48 +0100
committerMans Rullgard <mans@mansr.com>2011-07-20 10:19:36 +0100
commite23a05ab0605693aa715b95120bc0132079ded06 (patch)
tree5af769776f98f70dd189735a97aa1b8510583ba0 /libavcodec/pngdec.c
parent69619a13c3fef940cba545cf0a283ff22771dd71 (diff)
Fix incorrect max_lowres values
Signed-off-by: Mans Rullgard <mans@mansr.com>
Diffstat (limited to 'libavcodec/pngdec.c')
-rw-r--r--libavcodec/pngdec.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/pngdec.c b/libavcodec/pngdec.c
index 7477f6746b..1268c9e781 100644
--- a/libavcodec/pngdec.c
+++ b/libavcodec/pngdec.c
@@ -667,6 +667,5 @@ AVCodec ff_png_decoder = {
decode_frame,
CODEC_CAP_DR1 /*| CODEC_CAP_DRAW_HORIZ_BAND*/,
NULL,
- .max_lowres = 5,
.long_name = NULL_IF_CONFIG_SMALL("PNG image"),
};