跳到主要内容

avcodec_receive_frame

搜索

函数 avcodec_receive_frame 

源代码
pub unsafe extern "C" fn avcodec_receive_frame(
    avctx: *mut AVCodecContext,
    frame: *mut AVFrame,
) -> c_int
展开描述

Alias for avcodec_receive_frame_flags(avctx, frame, 0).