Add a @file notice to avio.h.
authorStefano Sabatini <stefano.sabatini-lala@poste.it>
Thu, 26 Feb 2009 22:28:42 +0000 (22:28 +0000)
committerStefano Sabatini <stefano.sabatini-lala@poste.it>
Thu, 26 Feb 2009 22:28:42 +0000 (22:28 +0000)
Originally committed as revision 17625 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavformat/avio.h

index 84492d5..189c5f0 100644 (file)
@@ -1,5 +1,4 @@
 /*
- * unbuffered io for ffmpeg system
  * copyright (c) 2001 Fabrice Bellard
  *
  * This file is part of FFmpeg.
 #ifndef AVFORMAT_AVIO_H
 #define AVFORMAT_AVIO_H
 
+/**
+ * @file libavformat/avio.h
+ * unbuffered I/O operations
+ */
+
 #include <stdint.h>
 
 #include "libavutil/common.h"