summaryrefslogtreecommitdiff
path: root/libavcodec/version.h
diff options
context:
space:
mode:
authorJames Almer <jamrial@gmail.com>2019-12-28 13:34:19 -0300
committerJames Almer <jamrial@gmail.com>2020-01-01 13:50:39 -0300
commit3670a10c2d69dfb125ad1fe53fe8eddd9a687166 (patch)
tree454330ec22e297bbd77ec915e453a3cdd2f1b539 /libavcodec/version.h
parent278a91f8fe192944292b134cd47d853c6b1d55d8 (diff)
avcodec/libx265: export encoded frame stats
Signed-off-by: James Almer <jamrial@gmail.com> (cherry picked from commit 66b6005301894823052b437a950003ffbe3ba6de)
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 4c4027d709..77da913df0 100644
--- a/libavcodec/version.h
+++ b/libavcodec/version.h
@@ -29,7 +29,7 @@
#define LIBAVCODEC_VERSION_MAJOR 58
#define LIBAVCODEC_VERSION_MINOR 65
-#define LIBAVCODEC_VERSION_MICRO 101
+#define LIBAVCODEC_VERSION_MICRO 102
#define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \
LIBAVCODEC_VERSION_MINOR, \