Quoting Lynne (2023-04-24 17:56:38)
> From 287ec5138511a4760f2c66e94bd80f794cd9f7a3 Mon Sep 17 00:00:00 2001
> From: Lynne <d...@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
_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

To unsubscribe, visit link above, or email
ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".

Reply via email to