ifo_types: avoid forcing a higher length in bitfield structures
Compare changes
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.
v2:
nav_types.h
v3:
btni_t
is not read as a packed structure and cannot use unsigned char
with 10 bits fields http://dvd.sourceforge.net/dvdinfo/pci_pkt.html#btn_it
VideoLAN code repository instance