summaryrefslogtreecommitdiff
path: root/libavcodec/version.h
diff options
context:
space:
mode:
authorZhao Zhili <zhilizhao@tencent.com>2022-10-17 01:07:27 +0800
committerZhao Zhili <zhilizhao@tencent.com>2022-11-21 23:53:04 +0800
commit040567965edc176ef36eff717222b0b315e075e1 (patch)
treec92e7c910368bfe0e0bf69ab149432e4b7bdad76 /libavcodec/version.h
parent4df9cb918eb645d3690a5209212be7f0471e35eb (diff)
downloadffmpeg-040567965edc176ef36eff717222b0b315e075e1.tar.gz
avcodec/mediacodecdec: enable NDK mediacodec
Signed-off-by: Zhao Zhili <zhilizhao@tencent.com>
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 480dbd3b67..fcf589f61f 100644
--- a/libavcodec/version.h
+++ b/libavcodec/version.h
@@ -29,8 +29,8 @@
#include "version_major.h"
-#define LIBAVCODEC_VERSION_MINOR 52
-#define LIBAVCODEC_VERSION_MICRO 102
+#define LIBAVCODEC_VERSION_MINOR 53
+#define LIBAVCODEC_VERSION_MICRO 100
#define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \
LIBAVCODEC_VERSION_MINOR, \