improve mapper
This commit is contained in:
parent
46730ee8fa
commit
a98aa59446
3 changed files with 138 additions and 165 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Reference in a new issue