mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2026-06-19 19:03:00 +02:00
Add a @file notice to avio.h.
Originally committed as revision 17625 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
+5
-1
@@ -1,5 +1,4 @@
|
|||||||
/*
|
/*
|
||||||
* unbuffered io for ffmpeg system
|
|
||||||
* copyright (c) 2001 Fabrice Bellard
|
* copyright (c) 2001 Fabrice Bellard
|
||||||
*
|
*
|
||||||
* This file is part of FFmpeg.
|
* This file is part of FFmpeg.
|
||||||
@@ -21,6 +20,11 @@
|
|||||||
#ifndef AVFORMAT_AVIO_H
|
#ifndef AVFORMAT_AVIO_H
|
||||||
#define AVFORMAT_AVIO_H
|
#define AVFORMAT_AVIO_H
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @file libavformat/avio.h
|
||||||
|
* unbuffered I/O operations
|
||||||
|
*/
|
||||||
|
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
|
||||||
#include "libavutil/common.h"
|
#include "libavutil/common.h"
|
||||||
|
|||||||
Reference in New Issue
Block a user