//! Rust bindings for system [libav](http://trac.ffmpeg.org/wiki/Using%20libav*) libraries
//!
//! You can the automatically generated bindings in the [`ffi`] module;
/// Generated bindings for the system libav libraries.
///
///
/// # Warning
/// Documentation for this crate cannot be generated on [`docs.rs`](//docs.rs) because it requires
/// a system installation of ffmpeg.
///
/// Also, the bindings may be different depending on the particular version of ffmpeg installed.
///
/// To generate the documentation locally, you can use the `cargo rustdoc --open` command.