From 05abfce9a9fe7f0ce12cce18a440af0ef97af698 Mon Sep 17 00:00:00 2001
From: Ramiro Polla <ramiro.polla@gmail.com>
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 51dbca3b1f4..e13d853453b 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);
 
 /**
-- 
GitLab