跳到主要内容

avcodec_find_encoder

搜索

函数 avcodec_find_encoder 

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