From 05abfce9a9fe7f0ce12cce18a440af0ef97af698 Mon Sep 17 00:00:00 2001 From: Ramiro Polla Date: Mon, 4 Jun 2007 20:48:04 +0000 Subject: [PATCH] Doxygenize av_init_packet Originally committed as revision 9212 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/avformat.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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); /** -- 2.7.4