dvdnav_internal: avoid forcing a higher length in bitfield structures
- Jan 24, 2025
-
-
Steve Lhomme authored
LLVM ends up using the size of an unsigned int if it's used in the bitfield. In other places the bitfields are using unsigned char which always uses the proper size in the packed structures. Similar commit as [^1] for libdvdread [^1] libdvdread@ea158e81
bce02a32
-