跳到主要内容

av_dv_frame_profile

搜索

函数 av_dv_frame_profile 

源代码
pub unsafe extern "C" fn av_dv_frame_profile(
    sys: *const AVDVProfile,
    frame: *const u8,
    buf_size: c_uint,
) -> *const AVDVProfile
展开描述

Get a DV profile for the provided compressed frame.

@param sys the profile used for the previous frame, may be NULL @param frame the compressed data buffer @param buf_size size of the buffer in bytes @return the DV profile for the supplied data or NULL on failure