avcodec_register_all

Register all the codecs, parsers and bitstream filters which were enabled at configuration time. If you do not call this function you can select exactly which formats you want to support, by using the individual registration functions.

@see avcodec_register @see av_register_codec_parser @see av_register_bitstream_filter

extern (C) @nogc nothrow
void
avcodec_register_all
()

Meta