[][src]Function ffmpeg_sys_next::avcodec_find_decoder_by_name

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

Find a registered decoder with the specified name.

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