[FFmpeg-devel] [PATCH v3 4/6] avformat: add argo_asf muxer
Zane van Iperen
zane at zanevaniperen.com
Thu Aug 6 01:19:47 EEST 2020
On Wed, 5 Aug 2020 23:09:45 +0200
"Andreas Rheinhardt" <andreas.rheinhardt at gmail.com> 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.
More information about the ffmpeg-devel
mailing list