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