On Wed, 5 Aug 2020 23:09:45 +0200
"Andreas Rheinhardt" <[email protected]> wrote:
> > +
> > +static int argo_asf_write_trailer(AVFormatContext *s)
> > +{
> > + int16_t ret;
>
> Using an int16_t here is wrong: It may mask errors and apart from that
> it may lead to warnings from static analyzers.
>
Good catch, I don't know where that came from. I've fixed it locally.
_______________________________________________
ffmpeg-devel mailing list
[email protected]
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
To unsubscribe, visit link above, or email
[email protected] with subject "unsubscribe".