util: move SampleFormat and PixelFormat to util::format

This commit is contained in:
meh
2015-05-13 23:36:08 +02:00
parent e48ee1e3eb
commit 5c402a1256
7 changed files with 767 additions and 764 deletions

View File

@ -1,5 +1,5 @@
pub use ::util::sample_format::SampleFormat as Sample;
pub use ::util::pixel_format::PixelFormat as Pixel;
pub use ::util::format::Sample;
pub use ::util::format::Pixel;
pub mod stream;