codec/profile: add enum

This commit is contained in:
meh
2015-05-16 18:39:59 +02:00
parent 507a1b9e95
commit 4fdef8af50
2 changed files with 333 additions and 0 deletions

View File

@ -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;