On Wed, 5 Aug 2020 23:09:45 +0200 "Andreas Rheinhardt" <andreas.rheinha...@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. _______________________________________________ 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".