Tests: common: Fix displaying enum values
Most scopped enums are using uint8_t which ends up displaying non printable characters. Falling back to int allows the value to be displayed as number, which makes the failing tests output more valuable
Most scopped enums are using uint8_t which ends up displaying non printable characters. Falling back to int allows the value to be displayed as number, which makes the failing tests output more valuable
VideoLAN code repository instance