On Thu, 11 Jun 2020 03:25:26 +0200
"Andreas Rheinhardt" <andreas.rheinha...@gmail.com> 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 (which invalid argument has been provided?).
> Maybe ERANGE?
> 

Okay, I'll use ERANGE. Is that the only thing? I'm prepared to send a
v3, but don't want to jump the gun.

Zane

_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

To unsubscribe, visit link above, or email
ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".

Reply via email to