跳到主要内容

av_probe_input_format

搜索

函数 av_probe_input_format 

源代码
pub unsafe extern "C" fn av_probe_input_format(
    pd: *const AVProbeData,
    is_opened: c_int,
) -> *const AVInputFormat
展开描述

Guess the file format.

@param pd data to be probed @param is_opened Whether the file is already opened; determines whether demuxers with or without AVFMT_NOFILE are probed.