diff options
author | Zhao Zhili <zhilizhao@tencent.com> | 2024-11-06 20:31:34 +0800 |
---|---|---|
committer | Zhao Zhili <zhilizhao@tencent.com> | 2024-11-20 19:23:51 +0800 |
commit | 05e079c94890b69e46c0e2205eaad7fc529f5806 (patch) | |
tree | 2b04c6b66d9a9ed3adae414bd3d5ef75b1d9b45c /libavcodec/version.h | |
parent | 9aacbfb6caab2517e31b3ce4eea45f92efeadf64 (diff) | |
download | ffmpeg-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.h | 2 |
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, \ |