diff options
author | ami_stuff <ami_stuff@o2.pl> | 2011-04-29 00:58:57 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2011-04-29 01:29:19 +0200 |
commit | 0fea3b7b807b58b72522044770b9307ba141f172 (patch) | |
tree | beaaf5a2d521117bb79e608c1f4b4721baa83724 /libavcodec/cdgraphics.c | |
parent | f27c72b3682da19d7507561a1cad90f2068e354a (diff) | |
download | ffmpeg-0fea3b7b807b58b72522044770b9307ba141f172.tar.gz |
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 <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/cdgraphics.c')
-rw-r--r-- | libavcodec/cdgraphics.c | 1 |
1 files changed, 0 insertions, 1 deletions
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"), }; |