aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/version.h
diff options
context:
space:
mode:
authorZhao Zhili <zhilizhao@tencent.com>2024-11-06 20:31:34 +0800
committerZhao Zhili <zhilizhao@tencent.com>2024-11-20 19:23:51 +0800
commit05e079c94890b69e46c0e2205eaad7fc529f5806 (patch)
tree2b04c6b66d9a9ed3adae414bd3d5ef75b1d9b45c /libavcodec/version.h
parent9aacbfb6caab2517e31b3ce4eea45f92efeadf64 (diff)
downloadffmpeg-05e079c94890b69e46c0e2205eaad7fc529f5806.tar.gz
avcodec/mediacodecenc: add async mode support
It has better performance than poll in a loop. Signed-off-by: Zhao Zhili <zhilizhao@tencent.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 aa3a484c51..3ade8a8314 100644
--- a/libavcodec/version.h
+++ b/libavcodec/version.h
@@ -30,7 +30,7 @@
#include "version_major.h"
#define LIBAVCODEC_VERSION_MINOR 25
-#define LIBAVCODEC_VERSION_MICRO 101
+#define LIBAVCODEC_VERSION_MICRO 102
#define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \
LIBAVCODEC_VERSION_MINOR, \