av_codec_iterate

Iterate over all registered codecs.

@param opaque a pointer where libavcodec will store the iteration state. Must point to NULL to start the iteration.

@return the next registered codec or NULL when the iteration is finished

extern (C) @nogc nothrow
const(AVCodec)*
av_codec_iterate
(
void** opaque
)

Meta