codec/profile: add enum
This commit is contained in:
@ -23,6 +23,9 @@ pub use self::compliance::Compliance;
|
||||
pub mod debug;
|
||||
pub use self::debug::*;
|
||||
|
||||
pub mod profile;
|
||||
pub use self::profile::Profile;
|
||||
|
||||
pub mod encoder;
|
||||
pub mod decoder;
|
||||
|
||||
|
Reference in New Issue
Block a user