av_pkt_dump2

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

extern (C) @nogc nothrow
void
av_pkt_dump2
(
FILE* f
,
const(AVPacket)* pkt
,,
const(AVStream)* st
)

Meta