c434016d669ba37930dd4ceafbfb949af219884e
[nihav.git] / nihav-qt / src / lib.rs
1 extern crate nihav_core;
2 extern crate nihav_codec_support;
3
4 #[allow(clippy::comparison_chain)]
5 #[allow(clippy::single_match)]
6 mod codecs;
7 pub use crate::codecs::qt_register_all_decoders;