Function rsmpeg::ffi::av_pkt_dump2[][src]

pub unsafe extern "C" fn av_pkt_dump2(
    f: *mut _IO_FILE,
    pkt: *const AVPacket,
    dump_payload: i32,
    st: *const AVStream
)
Expand description

Send a nice dump of a packet to the specified file stream.

@param f The file stream pointer where the dump should be sent to. @param pkt packet to dump @param dump_payload True if the payload must be displayed, too. @param st AVStream that the packet belongs to