* ./include/vlc_common.h: we now use the ISO C9x types (int8_t, uint8_t,
int16_t) instead of our custom types (s8, u8, s16) and you are encouraged to use these types from now. Of course the old types are still available for backward compatibility.
Showing
Please register or sign in to comment