mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
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>
This commit is contained in:
parent
f27c72b368
commit
0fea3b7b80
@ -377,6 +377,5 @@ AVCodec ff_cdgraphics_decoder = {
|
|||||||
cdg_decode_end,
|
cdg_decode_end,
|
||||||
cdg_decode_frame,
|
cdg_decode_frame,
|
||||||
CODEC_CAP_DR1,
|
CODEC_CAP_DR1,
|
||||||
.max_lowres = 5,
|
|
||||||
.long_name = NULL_IF_CONFIG_SMALL("CD Graphics video"),
|
.long_name = NULL_IF_CONFIG_SMALL("CD Graphics video"),
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user