]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/avio.h
Add a @file notice to avio.h.
[ffmpeg] / libavformat / avio.h
index 84492d5a1564322886f64f255b03ee82ea34de41..189c5f0e3089df06d2d675044420d7fc6be63d5d 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"