format: export PixelFormat and SampleFormat

This commit is contained in:
meh 2015-05-12 03:53:54 +02:00
parent a45c011fbc
commit 59e067cb4d

View File

@ -1,3 +1,6 @@
pub use ::util::sample_format::SampleFormat as Sample;
pub use ::util::pixel_format::PixelFormat as Pixel;
use std::ffi::CStr; use std::ffi::CStr;
use std::str::from_utf8_unchecked; use std::str::from_utf8_unchecked;