Function rsmpeg::ffi::avcodec_find_encoder[][src]

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

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.