[FFmpeg-cvslog] r17626 - in trunk/libavformat: avformat.h avio.h

stefano subversion
Thu Feb 26 23:34:18 CET 2009


Author: stefano
Date: Thu Feb 26 23:34:18 2009
New Revision: 17626

Log:
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.

Modified:
   trunk/libavformat/avformat.h
   trunk/libavformat/avio.h

Modified: trunk/libavformat/avformat.h
==============================================================================
--- trunk/libavformat/avformat.h	Thu Feb 26 23:28:42 2009	(r17625)
+++ trunk/libavformat/avformat.h	Thu Feb 26 23:34:18 2009	(r17626)
@@ -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, \

Modified: trunk/libavformat/avio.h
==============================================================================
--- trunk/libavformat/avio.h	Thu Feb 26 23:28:42 2009	(r17625)
+++ trunk/libavformat/avio.h	Thu Feb 26 23:34:18 2009	(r17626)
@@ -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>




More information about the ffmpeg-cvslog mailing list