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? - Derek _______________________________________________ x265-devel mailing list [email protected] https://mailman.videolan.org/listinfo/x265-devel
