mostly working ITU H.264 decoder
[nihav.git] / nihav-itu / src / lib.rs
diff --git a/nihav-itu/src/lib.rs b/nihav-itu/src/lib.rs
new file mode 100644 (file)
index 0000000..4f65576
--- /dev/null
@@ -0,0 +1,8 @@
+extern crate nihav_core;
+extern crate nihav_codec_support;
+
+mod codecs;
+pub use crate::codecs::itu_register_all_decoders;
+
+#[cfg(test)]
+extern crate nihav_commonfmt;