codec/packet: add Packet and packet::SideData

This commit is contained in:
meh
2015-05-12 03:44:45 +02:00
parent 496f3759ec
commit 42564d0d5e
4 changed files with 240 additions and 0 deletions

View File

@ -15,3 +15,4 @@ pub use util::media;
pub use util::frame::{self, Frame};
pub mod codec;
pub use codec::packet::{self, Packet};