Skip to content
  • Rémi Denis-Courmont's avatar
    Don't re-invent uint8_t - remove byte_t · 2ea3b5fc
    Rémi Denis-Courmont authored
    Also sizeof(byte_t)^Wsizeof(uint8_t) can only ever be 1, if it is
    defined. It's not defined, if char is more than 8 bits, and uint8_t is
    not provided, but then VLC will not compile in the first place.
    2ea3b5fc