跳到主要内容

avcodec_is_open

搜索

函数 avcodec_is_open 

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

@return a positive value if s is open (i.e. avcodec_open2() was called on it), 0 otherwise.