Am Mi., 11. Dez. 2019 um 12:14 Uhr schrieb Andreas Rheinhardt
:
>
> When an incomplete header is encountered, apng_read_header would under
> certain circumstances only return the return value of the last
> successfull call. So override this by returning AVERROR(EIO) manually.
What does this fix /
When an incomplete header is encountered, apng_read_header would under
certain circumstances only return the return value of the last
successfull call. So override this by returning AVERROR(EIO) manually.
Signed-off-by: Andreas Rheinhardt
---
libavformat/apngdec.c | 2 ++
1 file changed, 2 inser