跳到主要内容

avcodec_default_get_encode_buffer

搜索

函数 avcodec_default_get_encode_buffer 

源代码
pub unsafe extern "C" fn avcodec_default_get_encode_buffer(
    s: *mut AVCodecContext,
    pkt: *mut AVPacket,
    flags: c_int,
) -> c_int
展开描述

The default callback for AVCodecContext.get_encode_buffer(). It is made public so it can be called by custom get_encode_buffer() implementations for encoders without AV_CODEC_CAP_DR1 set.