add nihav_qt crate with some QuickTime codecs
[nihav.git] / nihav-qt / src / lib.rs
CommitLineData
4c1582cf
KS
1extern crate nihav_core;
2extern crate nihav_codec_support;
3
4#[allow(clippy::single_match)]
5mod codecs;
6pub use crate::codecs::qt_register_all_codecs;