util: move SampleFormat and PixelFormat to util::format
This commit is contained in:
@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user