From 0020596f9234784be9a0de9d8f1dde8faac6a706 Mon Sep 17 00:00:00 2001
From: Oded Shimon <ods15@ods15.dyndns.org>
Date: Sat, 10 Mar 2007 18:34:15 +0000
Subject: [PATCH] Add doxygen file header to libnut.c

Originally committed as revision 8315 to svn://svn.ffmpeg.org/ffmpeg/trunk
---
 libavformat/libnut.c | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/libavformat/libnut.c b/libavformat/libnut.c
index 00760b0333b..6f0142113ed 100644
--- a/libavformat/libnut.c
+++ b/libavformat/libnut.c
@@ -19,6 +19,12 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
+/**
+ * @file libnut.c
+ * NUT demuxing and muxing via libnut.
+ * @author Oded Shimon <ods15@ods15.dyndns.org>
+ */
+
 #include "avformat.h"
 #include "riff.h"
 #include <libnut.h>
-- 
GitLab