Skip to content

dvdnav_internal: avoid forcing a higher length in bitfield structures

Steve Lhomme requested to merge robUx4/libdvdnav:bitfield-length into master

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 for libdvdread.

Merge request reports

Loading