summaryrefslogtreecommitdiff
path: root/libavcodec/version.h
diff options
context:
space:
mode:
authorLynne <dev@lynne.ee>2021-01-23 19:56:18 +0100
committerLynne <dev@lynne.ee>2021-08-02 14:30:52 +0200
commita1a0fddfd05c1dd0c03e5aa4d51baedad59fa117 (patch)
treeb7afb886c06165f2a0de852ee4a9ecee3942f278 /libavcodec/version.h
parenta27853a7300bb3c2752256b2fc02f2439619f6f8 (diff)
avpacket: ABI bump additions
This commit adds a long-requested by API users opaque fields for AVPacket, as well as a time_base field.
Diffstat (limited to 'libavcodec/version.h')
-rw-r--r--libavcodec/version.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libavcodec/version.h b/libavcodec/version.h
index 91325ce4e7..554f293aad 100644
--- a/libavcodec/version.h
+++ b/libavcodec/version.h
@@ -28,8 +28,8 @@
#include "libavutil/version.h"
#define LIBAVCODEC_VERSION_MAJOR 59
-#define LIBAVCODEC_VERSION_MINOR 3
-#define LIBAVCODEC_VERSION_MICRO 102
+#define LIBAVCODEC_VERSION_MINOR 4
+#define LIBAVCODEC_VERSION_MICRO 100
#define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \
LIBAVCODEC_VERSION_MINOR, \