跳到主要内容

av_parser_iterate

搜索

函数 av_parser_iterate 

源代码
pub unsafe extern "C" fn av_parser_iterate(
    opaque: *mut *mut c_void,
) -> *const AVCodecParser
展开描述

Iterate over all registered codec parsers.

@param opaque a pointer where libavcodec will store the iteration state. Must point to NULL to start the iteration.

@return the next registered codec parser or NULL when the iteration is finished