changeset 2140:5b2736d3ac57 libavformat

Doxygenize av_init_packet
author ramiro
date Mon, 04 Jun 2007 20:48:04 +0000
parents 12a46571c0c9
children 7062131d854f
files avformat.h
diffstat 1 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/avformat.h	Mon Jun 04 16:52:02 2007 +0000
+++ b/avformat.h	Mon Jun 04 20:48:04 2007 +0000
@@ -56,7 +56,11 @@
  */
 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);
 
 /**