mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-03-11 06:58:18 +00:00
Remove lowres support from png 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
94da542546
commit
658296e344
@ -659,6 +659,5 @@ AVCodec ff_png_decoder = {
|
|||||||
decode_frame,
|
decode_frame,
|
||||||
CODEC_CAP_DR1 /*| CODEC_CAP_DRAW_HORIZ_BAND*/,
|
CODEC_CAP_DR1 /*| CODEC_CAP_DRAW_HORIZ_BAND*/,
|
||||||
NULL,
|
NULL,
|
||||||
.max_lowres = 5,
|
|
||||||
.long_name = NULL_IF_CONFIG_SMALL("PNG image"),
|
.long_name = NULL_IF_CONFIG_SMALL("PNG image"),
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user