[Ffmpeg-devel] [PATCH] Move libavformat Doxygen and other comments to avformat.h

Michael Niedermayer michaelni
Sat Mar 3 22:44:38 CET 2007


Hi

On Sat, Mar 03, 2007 at 09:25:32PM +0100, Panagiotis Issaris wrote:
> Panagiotis Issaris schreef:
> >Hi,
> >
> >Michael Niedermayer schreef:
> >>On Thu, Mar 01, 2007 at 05:12:46PM +0100, Panagiotis Issaris wrote:
> >> 
> >>>+/**
> >>>+ * Print  nice hexa dump of a buffer
> >>>+ * @param f stream for output
> >>>+ * @param buf buffer
> >>>+ * @param size buffer size
> >>>+ */
> >>> void av_hex_dump(FILE *f, uint8_t *buf, int size);
> >>>+
> >>>+/**
> >>>+ * Print on 'f' a nice dump of a packet
> >>>+ * @param f stream for output
> >>>+ * @param pkt packet to dump
> >>>+ * @param dump_payload true if the payload must be displayed too
> >>>+ */
> >>> void av_pkt_dump(FILE *f, AVPacket *pkt, int dump_payload);
> >>>    
> >>
> >>these should be changed to av_logish style, (FILE dependancy sucks ...)
> >>thats of course seperate and independant of this patch
> >>  
> >OK, I'll write a patch for this later today.
> Do you prefer to be able to specify the level as a av_(hex|pkt)_dump 
> parameter, or should AV_LOG_DEBUG be implied?

id like to be able to specify the level

[...]
-- 
Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

Breaking DRM is a little like attempting to break through a door even
though the window is wide open and the only thing in the house is a bunch
of things you dont want and which you would get tomorrow for free anyway
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20070303/3ffb1c78/attachment.pgp>



More information about the ffmpeg-devel mailing list