summaryrefslogtreecommitdiff
path: root/libavcodec/version.h
diff options
context:
space:
mode:
authorWang Cao <doubleecao@gmail.com>2020-04-04 05:00:26 +0800
committerJames Zern <jzern@google.com>2020-04-11 15:12:34 -0700
commitbd3389e9f498dca74bc20b5f4e96520d23f072ed (patch)
tree740c593e72755a818c0a3df2d8ce6ee192a1b35d /libavcodec/version.h
parent9f4054a0cb27503e535804ab8c2b58cc91c72591 (diff)
avcodec/libaomenc.c: Add a libaom command-line option 'tune'
Signed-off-by: Wang Cao <wangcao@google.com> Signed-off-by: James Zern <jzern@google.com>
Diffstat (limited to 'libavcodec/version.h')
-rw-r--r--libavcodec/version.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/version.h b/libavcodec/version.h
index 278f6be0cf..b348a6ca7a 100644
--- a/libavcodec/version.h
+++ b/libavcodec/version.h
@@ -29,7 +29,7 @@
#define LIBAVCODEC_VERSION_MAJOR 58
#define LIBAVCODEC_VERSION_MINOR 78
-#define LIBAVCODEC_VERSION_MICRO 101
+#define LIBAVCODEC_VERSION_MICRO 102
#define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \
LIBAVCODEC_VERSION_MINOR, \