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 E43FA47A0A for ; Sun, 29 Oct 2023 11:12:59 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id E56C068CA89; Sun, 29 Oct 2023 13:12:56 +0200 (EET) Received: from haasn.dev (haasn.dev [78.46.187.166]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 3A01668C7BF for ; Sun, 29 Oct 2023 13:12:50 +0200 (EET) Received: from haasn.dev (unknown [10.30.0.2]) by haasn.dev (Postfix) with ESMTP id 7A8D440C3B for ; Sun, 29 Oct 2023 12:12:49 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=haasn.xyz; s=mail; t=1698577969; bh=lgWi0STs1OIa5pQp5j0lyS/QpTvr0fWhYe9MW8E43Yo=; h=Date:From:To:Subject:In-Reply-To:References:From; b=hvWDAju96AdZBcz1MCgx60nJq80MonA6JCifuENEQ14jLJ5yFS7kvR+zaaP1XBWfL Uzz3x91RiEdCVwVJwMvkSA1Us5Z1jJc5MXOxEdk8/91JJCLQnxPOs0se2mE/9Jb8um Mr30BM2wHlUhnsIPIBD2QMy5OFv7ILjk5t7L7U4g= Date: Sun, 29 Oct 2023 12:12:49 +0100 Message-ID: <20231029121249.GB22779@haasn.xyz> From: Niklas Haas To: ffmpeg-devel@ffmpeg.org In-Reply-To: References: <20231028181341.13090-1-quinkblack@foxmail.com> MIME-Version: 1.0 Content-Disposition: inline Subject: Re: [FFmpeg-devel] [PATCH v3 2/2] fftools/ffplay: add hwaccel decoding support 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 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: On Sun, 29 Oct 2023 10:31:17 +0800 Zhao Zhili wrote: > libplacebo doesn't support that: > > // Creates a new vulkan device based on the given parameters and initializes > // a new GPU. This function will internally initialize a VkDevice. There is > // currently no way to share a vulkan device with the caller. If `params` is > // left as NULL, it defaults to &pl_vulkan_default_params. > // > // Thread-safety: Safe > PL_API pl_vulkan pl_vulkan_create(pl_log log, const struct > pl_vulkan_params *params); Pretty sure this comment is ancient and wrong/misleading, I removed it in master. _______________________________________________ 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".