[][src]Function stainless_ffmpeg_sys::avcodec_find_encoder_by_name

pub unsafe extern "C" fn avcodec_find_encoder_by_name(
    name: *const c_char
) -> *mut AVCodec

Find a registered encoder with the specified name.

@param name name of the requested encoder @return An encoder if one was found, NULL otherwise.