]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/commitdiff
Mark as "internal but installed" the avio.h file.
authorstefano <stefano@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
Thu, 26 Feb 2009 22:34:18 +0000 (22:34 +0000)
committerstefano <stefano@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
Thu, 26 Feb 2009 22:34:18 +0000 (22:34 +0000)
This should prevent its direct inclusion in an external project, which
results broken if avformat.h is not included before.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@17626 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

libavformat/avformat.h
libavformat/avio.h

index c454824458949438ab1d35db47878753d000290b..cc20fbb884a0de2f2b118e2931a912f02b17ed50 100644 (file)
@@ -23,7 +23,7 @@
 
 #define LIBAVFORMAT_VERSION_MAJOR 52
 #define LIBAVFORMAT_VERSION_MINOR 30
-#define LIBAVFORMAT_VERSION_MICRO  0
+#define LIBAVFORMAT_VERSION_MICRO  1
 
 #define LIBAVFORMAT_VERSION_INT AV_VERSION_INT(LIBAVFORMAT_VERSION_MAJOR, \
                                                LIBAVFORMAT_VERSION_MINOR, \
index 189c5f0e3089df06d2d675044420d7fc6be63d5d..d15491155956f9803648300cee3ad8973cb0d164 100644 (file)
@@ -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>