[FFmpeg-devel] [PATCH 55/97] Vulkan patchset part 2 - hwcontext rewrite and filtering

Anton Khirnov anton at khirnov.net
Thu May 11 19:06:36 EEST 2023


Quoting Lynne (2023-04-24 17:56:38)
> From 287ec5138511a4760f2c66e94bd80f794cd9f7a3 Mon Sep 17 00:00:00 2001
> From: Lynne <dev at lynne.ee>
> Date: Wed, 23 Nov 2022 20:35:51 +0100
> Subject: [PATCH 28/97] hwcontext_vulkan: rename vk_pixfmt_map to
>  vk_pixfmt_planar_map
> 
> ---
>  libavutil/hwcontext_vulkan.c | 10 +++++-----
>  1 file changed, 5 insertions(+), 5 deletions(-)
> 
> diff --git a/libavutil/hwcontext_vulkan.c b/libavutil/hwcontext_vulkan.c
> index 67b4357dd1..9eacbb4d2e 100644
> --- a/libavutil/hwcontext_vulkan.c
> +++ b/libavutil/hwcontext_vulkan.c
> @@ -167,8 +167,8 @@ typedef struct AVVkFrameInternal {
>  
>  static const struct {
>      enum AVPixelFormat pixfmt;
> -    const VkFormat vkfmts[4];
> -} vk_pixfmt_map[] = {
> +    const VkFormat vkfmts[5];

???
This is not a rename.

-- 
Anton Khirnov


More information about the ffmpeg-devel mailing list