]> git.sesse.net Git - ffmpeg/blobdiff - libavcore/avcore.h
Fix date and revision for lavc 52.104.
[ffmpeg] / libavcore / avcore.h
index 5870817f23152d72b0afa0439e1585e2598834bf..9b02c3b58c89f0afe28c97f78fcf47d157f56e62 100644 (file)
@@ -27,8 +27,8 @@
 #include "libavutil/avutil.h"
 
 #define LIBAVCORE_VERSION_MAJOR  0
-#define LIBAVCORE_VERSION_MINOR 10
-#define LIBAVCORE_VERSION_MICRO  0
+#define LIBAVCORE_VERSION_MINOR 16
+#define LIBAVCORE_VERSION_MICRO  1
 
 #define LIBAVCORE_VERSION_INT   AV_VERSION_INT(LIBAVCORE_VERSION_MAJOR, \
                                                LIBAVCORE_VERSION_MINOR, \
@@ -55,6 +55,10 @@ const char *avcore_configuration(void);
  */
 const char *avcore_license(void);
 
+#define AV_NOPTS_VALUE          INT64_C(0x8000000000000000)
+#define AV_TIME_BASE            1000000
+#define AV_TIME_BASE_Q          (AVRational){1, AV_TIME_BASE}
+
 /**
  * Those FF_API_* defines are not part of public API.
  * They may change, break or disappear at any time.