summaryrefslogtreecommitdiff
path: root/libavformat/avio.h
diff options
context:
space:
mode:
authorStefano Sabatini <stefano.sabatini-lala@poste.it>2009-02-26 22:34:18 +0000
committerStefano Sabatini <stefano.sabatini-lala@poste.it>2009-02-26 22:34:18 +0000
commit3f4c2bf99be6ab69da3bad021156b1dc16c57900 (patch)
treead2c408ed6b9f06f5051883f88221cbd3b5388ca /libavformat/avio.h
parentaafe9b635ed70533d3858aa84a1b89e7b5f4f994 (diff)
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
Diffstat (limited to 'libavformat/avio.h')
-rw-r--r--libavformat/avio.h3
1 files changed, 3 insertions, 0 deletions
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 <stdint.h>