[SCM] libav/experimental: Doxygenize av_init_packet
siretart at users.alioth.debian.org
siretart at users.alioth.debian.org
Sun Jun 30 16:01:01 UTC 2013
The following commit has been merged in the experimental branch:
commit 05abfce9a9fe7f0ce12cce18a440af0ef97af698
Author: Ramiro Polla <ramiro.polla at gmail.com>
Date: Mon Jun 4 20:48:04 2007 +0000
Doxygenize av_init_packet
Originally committed as revision 9212 to svn://svn.ffmpeg.org/ffmpeg/trunk
diff --git a/libavformat/avformat.h b/libavformat/avformat.h
index 51dbca3..e13d853 100644
--- a/libavformat/avformat.h
+++ b/libavformat/avformat.h
@@ -56,7 +56,11 @@ void av_destruct_packet_nofree(AVPacket *pkt);
*/
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);
/**
--
Libav/FFmpeg packaging
More information about the pkg-multimedia-commits
mailing list