fourcc: Fix undefined left shift in DRM_FORMAT_BIG_ENDIAN macro
1<<31 is undefined because it's a signed int and C is terrible.
Due to an influx of spam, we have had to impose restrictions on new accounts. Please see this wiki page for instructions on how to get full permissions. Sorry for the inconvenience.
1<<31 is undefined because it's a signed int and C is terrible.