[FFmpeg-devel] [PATCH] qtpalette: make the color_* variables unsigned again

Mats Peterson matsp888 at yahoo.com
Tue Jan 12 03:32:35 CET 2016


On 01/12/2016 03:26 AM, Ronald S. Bultje wrote:
> Why are we using stdint types for non-vector data here? Our custom has
> always been to used sized (stdint-style) data only for vector data (arrays
> etc.), and use native-sized types (e.g. unsigned, int, whatever) for scalar
> values. Why are we making exceptions here?
>
> Ronald

Valid question. Of course there's no problem using uint32_t, but in the 
original code the variables are unsigned int... ask Andreas ;)

Mats



More information about the ffmpeg-devel mailing list