From: Kostya Shishkov Date: Fri, 20 Oct 2023 16:33:27 +0000 (+0200) Subject: nihed-cros-libva: re-export VA_INVALID_ID for convenience X-Git-Url: https://git.nihav.org/?p=nihav-player.git;a=commitdiff_plain;h=49bf1d79384ecf1b28822101233719fb1c1b29b1 nihed-cros-libva: re-export VA_INVALID_ID for convenience --- diff --git a/nihed-cros-libva/src/lib.rs b/nihed-cros-libva/src/lib.rs index 61f03c8..511af4c 100644 --- a/nihed-cros-libva/src/lib.rs +++ b/nihed-cros-libva/src/lib.rs @@ -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;