[][src]Function ffmpeg_dev::sys::av_register_all

pub unsafe extern "C" fn av_register_all()

Initialize libavformat and register all the muxers, demuxers and protocols. If you do not call this function, then you can select exactly which formats you want to support.

@see av_register_input_format() @see av_register_output_format()