[FFmpeg-devel] [PATCH] lavu/version: fix minor version
Xiang, Haihao
haihao.xiang at intel.com
Sun May 19 04:06:14 EEST 2024
On Vr, 2024-05-17 at 13:05 +0800, Xiang, Haihao wrote:
> From: Haihao Xiang <haihao.xiang at intel.com>
>
> The latest version should be 59.18.100 since commit 01c5f4ad
>
> $ git diff 01c5f4ad~1..HEAD doc/APIchanges
> ...
> +2024-05-10 - xxxxxxxxx - lavu 59.18.100 - cpu.h
> + Add AV_CPU_FLAG_RV_ZVBB.
> +
>
> Signed-off-by: Haihao Xiang <haihao.xiang at intel.com>
> ---
> libavutil/version.h | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/libavutil/version.h b/libavutil/version.h
> index 3b5a2e7aaa..b9b9baf98c 100644
> --- a/libavutil/version.h
> +++ b/libavutil/version.h
> @@ -79,7 +79,7 @@
> */
>
> #define LIBAVUTIL_VERSION_MAJOR 59
> -#define LIBAVUTIL_VERSION_MINOR 17
> +#define LIBAVUTIL_VERSION_MINOR 18
> #define LIBAVUTIL_VERSION_MICRO 100
>
> #define LIBAVUTIL_VERSION_INT AV_VERSION_INT(LIBAVUTIL_VERSION_MAJOR, \
Will apply,
- Haihao
More information about the ffmpeg-devel
mailing list