summaryrefslogtreecommitdiff
path: root/libavcodec/kgv1dec.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/kgv1dec.c
parent69619a13c3fef940cba545cf0a283ff22771dd71 (diff)
Fix incorrect max_lowres values
Signed-off-by: Mans Rullgard <mans@mansr.com>
Diffstat (limited to 'libavcodec/kgv1dec.c')
-rw-r--r--libavcodec/kgv1dec.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/kgv1dec.c b/libavcodec/kgv1dec.c
index 57684340af..88c54bf817 100644
--- a/libavcodec/kgv1dec.c
+++ b/libavcodec/kgv1dec.c
@@ -173,6 +173,5 @@ AVCodec ff_kgv1_decoder = {
NULL,
decode_end,
decode_frame,
- .max_lowres = 1,
.long_name = NULL_IF_CONFIG_SMALL("Kega Game Video"),
};