From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ffbox0-bg.mplayerhq.hu (ffbox0-bg.ffmpeg.org [79.124.17.100]) by master.gitmailbox.com (Postfix) with ESMTP id 7C03B42E20 for ; Sat, 9 Jul 2022 04:31:58 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 924B268B9B5; Sat, 9 Jul 2022 07:31:55 +0300 (EEST) Received: from mail-yb1-f201.google.com (mail-yb1-f201.google.com [209.85.219.201]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 9558668B6F2 for ; Sat, 9 Jul 2022 07:31:48 +0300 (EEST) Received: by mail-yb1-f201.google.com with SMTP id r6-20020a5b06c6000000b006693f6a6d67so428652ybq.7 for ; Fri, 08 Jul 2022 21:31:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20210112; h=date:message-id:mime-version:subject:from:to:cc; bh=iINy5HP4ZZeOWkagPBsRVFIWCEsa+CYkUYPjIcBVSgY=; b=NN2NR3LxWnrTwxRQFB+X6RYH5m9LAXInkChdYCi0NnFQSOmQ7WegO4NiTSAGY9+o+2 m7MxPcNHvtoPD32whiJ9qfYFED0DtfHgnwdB7kYUw/ZVomKYH/ttAbLl2pudTJoAMYgc tlnOZ7xttkDn8lSWtSdxXK4akYoeVm0eZ7InDb3Tg0MpnsXiECo+PHAW6tKPgbaVL9Yw yf51J3y2m++0YapHhgF237e6cFA1u2jguIzYkNdFn9HSjv4UScSwC3NFWzoGqznl1HPE 3gUKumXzfaGw/os0f6x4jJ+Hy9hC1ijePQrDm95HfOMVsWjFNTNLYj9lquZEy0Is0TiW nkXA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:message-id:mime-version:subject:from:to:cc; bh=iINy5HP4ZZeOWkagPBsRVFIWCEsa+CYkUYPjIcBVSgY=; b=ugPVuwOL5HsiONrIpEHfPmt/QYAV3KhB/OURw8vjiaD6O83/iAmcK7BoLqAQsHRDdk GfCoqlgE57wpU6YVRMRcN5UhGXJp4rCsrm0ys5F4KFgLC9SytPUWvAbLUdVw1Fa7uFE5 yArWcjeXib3LI3FgkhFCtKidNbSPVOUrd0l2byOmlq7D0q/WX6CPsvksaWBf1koJ/qEi OJYgwbVnm2xR7VBa8KS4C7/3aJY/QtNfvU5PlfXvjUYARPetJS0i0Iu5lD795GMp9TQ5 XE0Sx/Pa6qcu29eT9bRgrlmi0yOBBdu8eyxgBVoWo+bZ0QTJT5aCkMlHHembJJJlKJc+ 9ZCA== X-Gm-Message-State: AJIora/vPcxfU6wEojygOUQBokfq7wknrOizjYyDYGvahSbLq5x/dIAM 9jHSPz9K/q3oKhAW6d1WDBKPSGFeqg6fVLDBKVxlKLAnYY+4YthGD6YbEHUIFvGpwnnp7FJxq2u wsvmHZr0I/s8vNrcnHAZbcchg1Ld+2MLsMXm7Cj2c/g75sYf2ClUGmMuXQgL+WuzbDO7Y X-Google-Smtp-Source: AGRyM1sp8GiPvA8s+wJJpU9qXu1mZrQJZ+PLbG5cAhdyX8/oGc0AYdD1NItHD/g3J2+01BhufXmXLlQV8UTfAg== X-Received: from amirmazz.c.googlers.com ([fda3:e722:ac3:cc00:20:ed76:c0a8:dca]) (user=amirmazz job=sendgmr) by 2002:a25:d07:0:b0:66e:6c0e:a2d1 with SMTP id 7-20020a250d07000000b0066e6c0ea2d1mr6604210ybn.369.1657341106871; Fri, 08 Jul 2022 21:31:46 -0700 (PDT) Date: Sat, 9 Jul 2022 04:31:42 +0000 Message-Id: <20220709043142.2228184-1-amirmazz@google.com> Mime-Version: 1.0 X-Mailer: git-send-email 2.37.0.rc0.161.g10f37bed90-goog From: Amir Mazzarella To: ffmpeg-devel@ffmpeg.org Subject: [FFmpeg-devel] [PATCH] Make implicit void pointer cast explicit X-BeenThere: ffmpeg-devel@ffmpeg.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: FFmpeg development discussions and patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: FFmpeg development discussions and patches Cc: Amir Mazzarella Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: Signed-off-by: Amir Mazzarella --- libavutil/vulkan_loader.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavutil/vulkan_loader.h b/libavutil/vulkan_loader.h index 3f1ee6aa46..fa8e5ed171 100644 --- a/libavutil/vulkan_loader.h +++ b/libavutil/vulkan_loader.h @@ -82,7 +82,7 @@ static inline int ff_vk_load_functions(AVHWDeviceContext *ctx, uint64_t extensions_mask, int has_inst, int has_dev) { - AVVulkanDeviceContext *hwctx = ctx->hwctx; + AVVulkanDeviceContext *hwctx = (AVVulkanDeviceContext *) ctx->hwctx; static const struct FunctionLoadInfo { int req_inst; -- 2.37.0.rc0.161.g10f37bed90-goog _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe".