]>
Commit | Line | Data |
---|---|---|
b9995c2c | 1 | //! Crate for providing support for various QuickTime formats. |
4c1582cf KS |
2 | extern crate nihav_core; |
3 | extern crate nihav_codec_support; | |
4 | ||
5 | #[allow(clippy::single_match)] | |
e6aaad5c | 6 | #[allow(clippy::upper_case_acronyms)] |
4c1582cf | 7 | mod codecs; |
78fb6560 | 8 | pub use crate::codecs::qt_register_all_decoders; |