util/channel_layout: add ChannelLayout

This commit is contained in:
meh
2015-06-01 18:23:47 +02:00
parent 21141b502a
commit e05dd04882
3 changed files with 63 additions and 0 deletions

View File

@ -9,6 +9,7 @@ pub mod frame;
pub mod chroma;
pub mod time;
pub mod samples;
pub mod channel_layout;
use std::ffi::CStr;
use std::str::from_utf8_unchecked;