]>
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 | ||
b7c882c1 | 5 | #[allow(clippy::comparison_chain)] |
4c1582cf KS |
6 | #[allow(clippy::single_match)] |
7 | mod codecs; | |
78fb6560 | 8 | pub use crate::codecs::qt_register_all_decoders; |