[−][src]Function ffmpeg_dev::sys::av_pkt_dump2
pub unsafe extern "C" fn av_pkt_dump2(
f: *mut FILE,
pkt: *const AVPacket,
dump_payload: c_int,
st: *const AVStream
)
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