跳到主要内容

av_packet_pack_dictionary

搜索

函数 av_packet_pack_dictionary 

源代码
pub unsafe extern "C" fn av_packet_pack_dictionary(
    dict: *mut AVDictionary,
    size: *mut usize,
) -> *mut u8
展开描述

Pack a dictionary for use in side_data.

@param dict The dictionary to pack. @param size pointer to store the size of the returned data @return pointer to data if successful, NULL otherwise