On Sat, May 30, 2020 at 01:34:03PM +0200, Nicolas George wrote: > [email protected] (12020-05-30): > > > - int pfill[3][1] = { 0 }; > > > + int pfill[3][1] = { {0} }; > > > will apply it tomorow if no objection. > > This warning is bogus, the code is valid and a common pattern in FFmpeg. > IIRC, we decided to keep it that way when it happens.
Thanks for the explanation. It's difficult to know it's been discussed before. > > Regards, > > -- > Nicolas George > _______________________________________________ > 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". -- Thanks, Limin Wang _______________________________________________ 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".
