1 //! Core functionality of NihAV intended to be used by both crates implementing format support and users.
2 #[cfg(feature="decoders")]
3 #[allow(clippy::upper_case_acronyms)]
4 #[allow(clippy::too_many_arguments)]
7 #[cfg(feature="compr")]
10 #[cfg(feature="muxers")]
13 #[cfg(feature="demuxers")]
16 #[allow(clippy::too_many_arguments)]
19 #[allow(clippy::too_many_arguments)]
24 #[allow(clippy::upper_case_acronyms)]