mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-24 13:56:33 +02: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,
|
||||
CODEC_CAP_DR1 /*| CODEC_CAP_DRAW_HORIZ_BAND*/,
|
||||
NULL,
|
||||
.max_lowres = 5,
|
||||
.long_name = NULL_IF_CONFIG_SMALL("PNG image"),
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user