summaryrefslogtreecommitdiff
path: root/libavcodec/cdgraphics.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/cdgraphics.c
parent69619a13c3fef940cba545cf0a283ff22771dd71 (diff)
Fix incorrect max_lowres values
Signed-off-by: Mans Rullgard <mans@mansr.com>
Diffstat (limited to 'libavcodec/cdgraphics.c')
-rw-r--r--libavcodec/cdgraphics.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/cdgraphics.c b/libavcodec/cdgraphics.c
index 9e3f19a5f7..6493709aaf 100644
--- a/libavcodec/cdgraphics.c
+++ b/libavcodec/cdgraphics.c
@@ -377,6 +377,5 @@ AVCodec ff_cdgraphics_decoder = {
cdg_decode_end,
cdg_decode_frame,
CODEC_CAP_DR1,
- .max_lowres = 5,
.long_name = NULL_IF_CONFIG_SMALL("CD Graphics video"),
};