On Thu, 11 Jun 2020 03:25:26 +0200
"Andreas Rheinhardt" wrote:
> > +av_log(s, AV_LOG_ERROR,
> > + "Filesize %"PRId64" invalid for APM, output file
> > will be broken\n",
> > + file_size);
> > +return AVERROR(EINVAL);
>
> EINVAL seems wrong here (whic
Zane van Iperen:
> Signed-off-by: Zane van Iperen
> ---
> Changelog| 1 +
> libavformat/Makefile | 1 +
> libavformat/allformats.c | 1 +
> libavformat/apm.c| 110 ++-
> 4 files changed, 111 insertions(+), 2 deletions(-)
>
> d
Signed-off-by: Zane van Iperen
---
Changelog| 1 +
libavformat/Makefile | 1 +
libavformat/allformats.c | 1 +
libavformat/apm.c| 110 ++-
4 files changed, 111 insertions(+), 2 deletions(-)
diff --git a/Changelog b/Changelog
i