[x265] [PATCH] types: use stdint.h data types for UChar, UShort, UInt64, Pel, TCoeff

Jean-Baptiste Kempf jb at videolan.org
Thu Sep 19 13:58:07 CEST 2013


On 19 Sep, Derek Buitenhuis wrote :
> On 9/19/2013 5:18 AM, Steve Borho wrote:
> > +typedef uint8_t      UChar;
> > +typedef uint16_t     UShort;
> > +typedef unsigned int UInt;
> > +typedef int64_t      Int64;
> > +typedef uint64_t     UInt64;
> 
> This seems quite wrong, since they're not necessarily analogous on
> all platforms... like short.
> 
> Why not replace them properly?

Why do you even need those defines?

Best regards,

-- 
Jean-Baptiste Kempf
http://www.jbkempf.com/ - +33 672 704 734
Sent from my Electronic Device


More information about the x265-devel mailing list