Commit aafe9b63 authored by Stefano Sabatini's avatar Stefano Sabatini

Add a @file notice to avio.h.

Originally committed as revision 17625 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 86a47378
/*
* 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"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment