extern crate ffmpeg_next as ffmpeg;
use ;
use init_logging;
/// The version of `libavformat` that deprecated `register_all`.
const AVFORMAT_MAX_VERSION_REQUIRES_REGISTER_ALL: u32 = 3803492;
/// Initialize global ffmpeg settings. This also intializes the
/// logging capability and redirect it to `tracing`.
///
/// In older versions, this will invoke `register_all`.