跳到主要内容

avcodec_find_decoder_by_name

搜索

函数 avcodec_find_decoder_by_name 

源代码
pub unsafe extern "C" fn avcodec_find_decoder_by_name(
    name: *const c_char,
) -> *const 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.