Function rsmpeg::ffi::av_oformat_next[][src]

pub unsafe extern "C" fn av_oformat_next(
    f: *const AVOutputFormat
) -> *mut AVOutputFormat
Expand description

If f is NULL, returns the first registered output format, if f is non-NULL, returns the next registered output format after f or NULL if f is the last one.