From 3f4c2bf99be6ab69da3bad021156b1dc16c57900 Mon Sep 17 00:00:00 2001 From: Stefano Sabatini Date: Thu, 26 Feb 2009 22:34:18 +0000 Subject: 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. Originally committed as revision 17626 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/avio.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'libavformat/avio.h') diff --git a/libavformat/avio.h b/libavformat/avio.h index 189c5f0e30..d154911559 100644 --- a/libavformat/avio.h +++ b/libavformat/avio.h @@ -23,6 +23,9 @@ /** * @file libavformat/avio.h * unbuffered I/O operations + * + * @warning This file has to be considered an internal but installed + * header, so it should not be directly included in your projects. */ #include -- cgit v1.2.3