[][src]Function stainless_ffmpeg_sys::avcodec_find_encoder

pub unsafe extern "C" fn avcodec_find_encoder(id: AVCodecID) -> *mut AVCodec

Find a registered encoder with a matching codec ID.

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