[FFmpeg-devel] [PATCH] avformat/apetag: tag values are unsigned

Dan Sanders sandersd at google.com
Fri Apr 19 03:56:59 EEST 2019


> > +#define APE_TAG_FLAG_CONTAINS_HEADER  (1U << 31)
>
> Isn't it enough with this one only?

Yes, only APE_TAG_FLAG_CONTAINS_HEADER is problematic. I changed all
of them because the tags are only used in unsigned contexts anyway.


More information about the ffmpeg-devel mailing list