Skip to content

fourcc: Fix undefined left shift in DRM_FORMAT_BIG_ENDIAN macro

Adam Jackson requested to merge ajax/drm:undefined-left-shift into master

1<<31 is undefined because it's a signed int and C is terrible.

Merge request reports