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

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


On 01/12/2016 03:32 AM, Mats Peterson wrote:
> 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
>
> _______________________________________________
> ffmpeg-devel mailing list
> ffmpeg-devel at ffmpeg.org
> http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

You're free to make another patch, or if perhaps I should do it.

Mats

-- 
Mats Peterson
http://matsp888.no-ip.org/~mats/


More information about the ffmpeg-devel mailing list