Function rsmpeg::ffi::avcodec_find_decoder[][src]

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

Find a registered decoder with a matching codec ID.

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