Function av_codec_next

Source
pub unsafe extern "C" fn av_codec_next(
    c: *const AVCodec,
) -> *mut AVCodec
Expand description

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.