Add doxygen file header to libnut.c
authorOded Shimon <ods15@ods15.dyndns.org>
Sat, 10 Mar 2007 18:34:15 +0000 (18:34 +0000)
committerOded Shimon <ods15@ods15.dyndns.org>
Sat, 10 Mar 2007 18:34:15 +0000 (18:34 +0000)
Originally committed as revision 8315 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavformat/libnut.c

index 00760b0..6f01421 100644 (file)
  * 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>