util/frame: add Frame, frame::Video and frame::Audio

This commit is contained in:
meh
2015-05-12 03:25:29 +02:00
parent 1a9ca7a4a0
commit 2ff14a2043
4 changed files with 372 additions and 2 deletions

View File

@ -6,6 +6,7 @@ pub mod color_space;
pub mod color_range;
pub mod sample_format;
pub mod pixel_format;
pub mod frame;
use std::ffi::CStr;
use std::str::from_utf8_unchecked;