]> git.nihav.org Git - nihav-player.git/blobdiff - nihed-cros-libva/src/lib.rs
nihed-cros-libva: re-export VA_INVALID_ID for convenience
[nihav-player.git] / nihed-cros-libva / src / lib.rs
index 8747b2b4be1f8aa896177b64ae68a46f8917b16f..511af4c2c3126ea269eb4ebe84e3057b10680186 100644 (file)
@@ -14,6 +14,7 @@ pub mod buffer;
 mod config;
 mod context;
 mod display;
+mod formats;
 mod generic_value;
 mod image;
 mod picture;
@@ -29,17 +30,20 @@ pub use bindings::VAImageFormat;
 pub use bindings::VAProfile;
 pub use bindings::VASurfaceAttribType;
 pub use bindings::VASurfaceID;
-pub use bindings::VASurfaceStatus;
 pub use buffer::*;
 pub use config::*;
 pub use context::*;
 pub use display::*;
+pub use formats::*;
 pub use generic_value::*;
 pub use image::*;
 pub use picture::*;
+pub use status::*;
 pub use surface::*;
 pub use usage_hint::*;
 
+pub use bindings::constants::VA_INVALID_ID;
+
 #[cfg(test)]
 mod tests {
     use std::rc::Rc;