nihed-cros-libva: re-export VA_INVALID_ID for convenience
authorKostya Shishkov <kostya.shishkov@gmail.com>
Fri, 20 Oct 2023 16:33:27 +0000 (18:33 +0200)
committerKostya Shishkov <kostya.shishkov@gmail.com>
Fri, 20 Oct 2023 16:33:27 +0000 (18:33 +0200)
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;