]> git.nihav.org Git - nihav.git/blob - nihav-qt/src/lib.rs
mov: if audio extradata does not start with wave pass it in full
[nihav.git] / nihav-qt / src / lib.rs
1 extern crate nihav_core;
2 extern crate nihav_codec_support;
3
4 #[allow(clippy::single_match)]
5 mod codecs;
6 pub use crate::codecs::qt_register_all_codecs;