Commit 0fea3b7b authored by ami_stuff's avatar ami_stuff Committed by Michael Niedermayer

Remove lowres support from cdgraphics decoder

The lowres support doesn't work correctly (crops the video), so let's remove it.
Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent f27c72b3
......@@ -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"),
};
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment