Function rsmpeg::ffi::av_register_all[][src]

pub unsafe extern "C" fn av_register_all()
Expand description

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()