[][src]Function ffav_sys::av_codec_next

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

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.