[FFmpeg-cvslog] r9212 - trunk/libavformat/avformat.h
ramiro
subversion
Mon Jun 4 22:48:04 CEST 2007
Author: ramiro
Date: Mon Jun 4 22:48:04 2007
New Revision: 9212
Log:
Doxygenize av_init_packet
Modified:
trunk/libavformat/avformat.h
Modified: trunk/libavformat/avformat.h
==============================================================================
--- trunk/libavformat/avformat.h (original)
+++ trunk/libavformat/avformat.h Mon Jun 4 22:48:04 2007
@@ -56,7 +56,11 @@ void av_destruct_packet_nofree(AVPacket
*/
void av_destruct_packet(AVPacket *pkt);
-/* initialize optional fields of a packet */
+/**
+ * Initialize optional fields of a packet to default values.
+ *
+ * @param pkt packet
+ */
void av_init_packet(AVPacket *pkt);
/**
More information about the ffmpeg-cvslog
mailing list