nihed-cros-libva: introduce more enums instead of constants
[nihav-player.git] / nihed-cros-libva / src / lib.rs
index 953b57c75da64c1dfd8d8a7b9b8c0c7ed6f666f4..61f03c87070df71aea9462e6d063ac9273807b53 100644 (file)
@@ -14,6 +14,7 @@ pub mod buffer;
 mod config;
 mod context;
 mod display;
+mod formats;
 mod generic_value;
 mod image;
 mod picture;
@@ -33,6 +34,7 @@ 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::*;