Function rsmpeg::ffi::av_pkt_dump_log2[][src]

pub unsafe extern "C" fn av_pkt_dump_log2(
    avcl: *mut c_void,
    level: i32,
    pkt: *const AVPacket,
    dump_payload: i32,
    st: *const AVStream
)
Expand description

Send a nice dump of a packet to the log.

@param avcl A pointer to an arbitrary struct of which the first field is a pointer to an AVClass struct. @param level The importance level of the message, lower values signifying higher importance. @param pkt packet to dump @param dump_payload True if the payload must be displayed, too. @param st AVStream that the packet belongs to