[][src]Function rusty_ffmpeg::pp_get_mode_by_name_and_quality

pub unsafe extern "C" fn pp_get_mode_by_name_and_quality(
    name: *const c_char,
    quality: c_int
) -> *mut pp_mode

Return a pp_mode or NULL if an error occurred.

@param name the string after "-pp" on the command line @param quality a number from 0 to PP_QUALITY_MAX