format: add Format, format::Context and Stream

This commit is contained in:
meh
2015-05-12 03:57:17 +02:00
parent 67efc8b686
commit b7a015c79a
5 changed files with 747 additions and 0 deletions

View File

@ -15,6 +15,8 @@ pub use util::media;
pub use util::frame::{self, Frame};
pub mod format;
pub use format::format::Format;
pub use format::stream::Stream;
pub mod codec;
pub use codec::packet::{self, Packet};