From 0fea3b7b807b58b72522044770b9307ba141f172 Mon Sep 17 00:00:00 2001 From: ami_stuff Date: Fri, 29 Apr 2011 00:58:57 +0200 Subject: Remove lowres support from cdgraphics decoder The lowres support doesn't work correctly (crops the video), so let's remove it. Signed-off-by: Michael Niedermayer --- libavcodec/cdgraphics.c | 1 - 1 file changed, 1 deletion(-) (limited to 'libavcodec/cdgraphics.c') diff --git a/libavcodec/cdgraphics.c b/libavcodec/cdgraphics.c index 68f556b3f3..aae7bbbb1b 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"), }; -- cgit v1.2.3