+//! Crate for providing support for various common formats.
extern crate nihav_core;
extern crate nihav_codec_support;
extern crate nihav_registry;
+//! Crate for providing support for various Duck/On2 formats.
extern crate nihav_core;
extern crate nihav_codec_support;
+//! Crate for providing support for various game-related formats.
extern crate nihav_core;
extern crate nihav_codec_support;
+//! Crate for providing support for Intel multimedia formats.
extern crate nihav_core;
extern crate nihav_codec_support;
+//! Crate for providing support for ITU codecs.
extern crate nihav_core;
extern crate nihav_codec_support;
+//! Crate for providing support for various lossless audio formats.
extern crate nihav_core;
extern crate nihav_codec_support;
+//! Crate for providing support for various Microsoft multimedia formats.
extern crate nihav_core;
extern crate nihav_codec_support;
+//! Crate for providing support for various QuickTime formats.
extern crate nihav_core;
extern crate nihav_codec_support;
+//! Crate for providing support for Bink and Smacker formats.
extern crate nihav_core;
extern crate nihav_codec_support;
+//! Crate for providing support for RealMedia formats.
extern crate nihav_core;
extern crate nihav_codec_support;
+//! Crate for providing support for VivoActive formats.
extern crate nihav_core;
extern crate nihav_codec_support;