nihed-cros-libva: re-export VA_INVALID_ID for convenience
[nihav-player.git] / nihed-cros-libva / src / lib.rs
index 61f03c87070df71aea9462e6d063ac9273807b53..511af4c2c3126ea269eb4ebe84e3057b10680186 100644 (file)
@@ -42,6 +42,8 @@ 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;