[FFmpeg-cvslog] r17625 - trunk/libavformat/avio.h

stefano subversion
Thu Feb 26 23:28:42 CET 2009


Author: stefano
Date: Thu Feb 26 23:28:42 2009
New Revision: 17625

Log:
Add a @file notice to avio.h.

Modified:
   trunk/libavformat/avio.h

Modified: trunk/libavformat/avio.h
==============================================================================
--- trunk/libavformat/avio.h	Thu Feb 26 23:03:55 2009	(r17624)
+++ trunk/libavformat/avio.h	Thu Feb 26 23:28:42 2009	(r17625)
@@ -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"




More information about the ffmpeg-cvslog mailing list