Function ffmpeg_sys_the_third::av_iformat_next

source ·
pub unsafe extern "C" fn av_iformat_next(
    f: *const AVInputFormat
) -> *mut AVInputFormat
Expand description

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