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

extern (C) @nogc nothrow
void
av_register_all
()

Meta