# HG changeset patch # User stefano # Date 1235687322 0 # Node ID ac9bab4919a2299437bcdee0450d4e60cdcfa0f9 # Parent 0d8b36d98ce24b5936d4d07d7376bc8568cfd12c Add a @file notice to avio.h. diff -r 0d8b36d98ce2 -r ac9bab4919a2 avio.h --- 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 #include "libavutil/common.h"