changeset 4594:ac9bab4919a2 libavformat

Add a @file notice to avio.h.
author stefano
date Thu, 26 Feb 2009 22:28:42 +0000
parents 0d8b36d98ce2
children af7b24671b7d
files avio.h
diffstat 1 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/avio.h	Thu Feb 26 16:17:17 2009 +0000
+++ b/avio.h	Thu Feb 26 22:28:42 2009 +0000
@@ -1,5 +1,4 @@
 /*
- * unbuffered io for ffmpeg system
  * copyright (c) 2001 Fabrice Bellard
  *
  * This file is part of FFmpeg.
@@ -21,6 +20,11 @@
 #ifndef AVFORMAT_AVIO_H
 #define AVFORMAT_AVIO_H
 
+/**
+ * @file libavformat/avio.h
+ * unbuffered I/O operations
+ */
+
 #include <stdint.h>
 
 #include "libavutil/common.h"