Commit 658296e3 authored by ami_stuff's avatar ami_stuff Committed by Michael Niedermayer

Remove lowres support from png 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 94da5425
......@@ -659,6 +659,5 @@ AVCodec ff_png_decoder = {
decode_frame,
CODEC_CAP_DR1 /*| CODEC_CAP_DRAW_HORIZ_BAND*/,
NULL,
.max_lowres = 5,
.long_name = NULL_IF_CONFIG_SMALL("PNG image"),
};
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