]> git.sesse.net Git - ffmpeg/blobdiff - libavcore/avcore.h
dynamically use nb_streams instead of static use of MAX_STREAMS
[ffmpeg] / libavcore / avcore.h
index 4c45225b48d2208a9a7bb72b7fc9a370366a7702..a77bab84f146a7c534208a3d9e5c388bb333a09b 100644 (file)
  * shared media utilities for the libav* libraries
  */
 
-#include <libavutil/avutil.h>
+#include "libavutil/avutil.h"
 
 #define LIBAVCORE_VERSION_MAJOR  0
-#define LIBAVCORE_VERSION_MINOR  4
-#define LIBAVCORE_VERSION_MICRO  0
+#define LIBAVCORE_VERSION_MINOR  9
+#define LIBAVCORE_VERSION_MICRO  1
 
 #define LIBAVCORE_VERSION_INT   AV_VERSION_INT(LIBAVCORE_VERSION_MAJOR, \
                                                LIBAVCORE_VERSION_MINOR, \
@@ -55,4 +55,12 @@ const char *avcore_configuration(void);
  */
 const char *avcore_license(void);
 
+/**
+ * Those FF_API_* defines are not part of public API.
+ * They may change, break or disappear at any time.
+ */
+#ifndef FF_API_OLD_IMAGE_NAMES
+#define FF_API_OLD_IMAGE_NAMES (LIBAVCORE_VERSION_MAJOR < 1)
+#endif
+
 #endif /* AVCORE_AVCORE_H */