improve mapper

This commit is contained in:
ThetaDev 2022-08-01 20:22:36 +02:00
parent 46730ee8fa
commit a98aa59446
3 changed files with 138 additions and 165 deletions

View file

@ -80,13 +80,6 @@ pub enum VideoCodec {
Av01,
}
/*
impl VideoCodec {
pub fn from_mime_type(mime_type: &str) -> Self {
}
}*/
#[derive(Default, Copy, Clone, Debug, Serialize, Deserialize, PartialEq, Eq, PartialOrd, Ord, Hash)]
#[non_exhaustive]
pub enum AudioCodec {