Function av_filename_number_test

pub unsafe extern "C" fn av_filename_number_test(
    filename: *const i8,
) -> i32
Available on crate feature dep_ffmpeg only.
Expand description

Check whether filename actually is a numbered sequence generator.

@param filename possible numbered sequence string @return 1 if a valid numbered sequence string, 0 otherwise