[vlc-devel] [PATCH 1/2] packetizer: av1: provide the OBU chroma
Francois Cartegnie
fcvlcdev at free.fr
Thu Sep 10 11:33:36 CEST 2020
Le 10/09/2020 à 11:19, Steve Lhomme a écrit :
>> + case VLC_CODEC_I444:
>> + switch (p_seq->color_config.high_bitdepth +
>> p_seq->color_config.twelve_bit)
>> + {
>> + case 0: return VLC_CODEC_I444;
>> + case 1: return VLC_CODEC_I444_10L;
>> + case 2: return VLC_CODEC_I444_12L;
>> + default:
>> + vlc_assert_unreachable();
Pretty sure gcc will emit lots of warnings without fallthrough tagging.
--
Francois Cartegnie
VideoLAN - VLC Developer
More information about the vlc-devel
mailing list