pub fn codec_utils_av1_get_seq_level_idx(level: &str) -> u8
Expand description

Transform a level string from the caps into the seq_level_idx

§level

A level string from caps

§Returns

the seq_level_idx or 31 (max-level) if the level is unknown