comparison avio.h @ 4595:af7b24671b7d libavformat

Mark as "internal but installed" the avio.h file. This should prevent its direct inclusion in an external project, which results broken if avformat.h is not included before.
author stefano
date Thu, 26 Feb 2009 22:34:18 +0000
parents ac9bab4919a2
children b34d9614b887
comparison
equal deleted inserted replaced
4594:ac9bab4919a2 4595:af7b24671b7d
21 #define AVFORMAT_AVIO_H 21 #define AVFORMAT_AVIO_H
22 22
23 /** 23 /**
24 * @file libavformat/avio.h 24 * @file libavformat/avio.h
25 * unbuffered I/O operations 25 * unbuffered I/O operations
26 *
27 * @warning This file has to be considered an internal but installed
28 * header, so it should not be directly included in your projects.
26 */ 29 */
27 30
28 #include <stdint.h> 31 #include <stdint.h>
29 32
30 #include "libavutil/common.h" 33 #include "libavutil/common.h"