av_codec_next

If c is NULL, returns the first registered codec, if c is non-NULL, returns the next registered codec after c, or NULL if c is the last one.

extern (C) @nogc nothrow
av_codec_next
(
const(AVCodec)* c
)

Meta