diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2009-02-26 22:28:42 +0000 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2009-02-26 22:28:42 +0000 |
commit | aafe9b635ed70533d3858aa84a1b89e7b5f4f994 (patch) | |
tree | ed4a113e497eb6ec6cab5c5b3afd1f044cabe21d /libavformat/avio.h | |
parent | 86a47378d568e476a6920bf19ca10464fb14edee (diff) | |
download | ffmpeg-aafe9b635ed70533d3858aa84a1b89e7b5f4f994.tar.gz |
Add a @file notice to avio.h.
Originally committed as revision 17625 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/avio.h')
-rw-r--r-- | libavformat/avio.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/libavformat/avio.h b/libavformat/avio.h index 84492d5a15..189c5f0e30 100644 --- a/libavformat/avio.h +++ b/libavformat/avio.h @@ -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" |