summaryrefslogtreecommitdiff
path: root/libavformat/version.h
diff options
context:
space:
mode:
authorKagami Hiiragi <kagami@genshiken.org>2018-08-20 19:44:40 +0300
committerJames Almer <jamrial@gmail.com>2018-09-21 12:20:48 -0300
commitcbe5c7ef386d7bc211823a9bdb17d41d97d4fb71 (patch)
tree801292a2851c854e4519e202b74e313bc018c68b /libavformat/version.h
parent1cb101f60d3b432355e548b1c8a8c9448686dc9f (diff)
downloadffmpeg-cbe5c7ef386d7bc211823a9bdb17d41d97d4fb71.tar.gz
lavf/matroska: Allow AV1 in WebM
Nothing prevents it to work except this check. AV1 is already supported by Matroska muxer and aomenc produces WebM/AV1 files as well. Signed-off-by: Kagami Hiiragi <kagami@genshiken.org> Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'libavformat/version.h')
-rw-r--r--libavformat/version.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/version.h b/libavformat/version.h
index d7a1a35069..b346bc3bcd 100644
--- a/libavformat/version.h
+++ b/libavformat/version.h
@@ -33,7 +33,7 @@
// Also please add any ticket numbers that you believe might be affected here
#define LIBAVFORMAT_VERSION_MAJOR 58
#define LIBAVFORMAT_VERSION_MINOR 18
-#define LIBAVFORMAT_VERSION_MICRO 101
+#define LIBAVFORMAT_VERSION_MICRO 102
#define LIBAVFORMAT_VERSION_INT AV_VERSION_INT(LIBAVFORMAT_VERSION_MAJOR, \
LIBAVFORMAT_VERSION_MINOR, \