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 5180E47D1F for ; Thu, 19 Oct 2023 03:31:54 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 55E0768CA25; Thu, 19 Oct 2023 06:31:52 +0300 (EEST) Received: from w4.tutanota.de (w4.tutanota.de [81.3.6.165]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id E5F2568C118 for ; Thu, 19 Oct 2023 06:31:46 +0300 (EEST) Received: from tutadb.w10.tutanota.de (unknown [192.168.1.10]) by w4.tutanota.de (Postfix) with ESMTP id 78D631060170 for ; Thu, 19 Oct 2023 03:31:46 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1697686306; s=s1; d=lynne.ee; h=From:From:To:To:Subject:Subject:Content-Description:Content-ID:Content-Type:Content-Type:Content-Transfer-Encoding:Content-Transfer-Encoding:Cc:Date:Date:In-Reply-To:In-Reply-To:MIME-Version:MIME-Version:Message-ID:Message-ID:Reply-To:References:References:Sender; bh=GpZSUzqV1OBFAz1rB488dB3avVras1sKD+CyY3YZD7I=; b=J+tOLQA5Jppb9JGLZ+bIfvlNYwVAeMRFLkgI77sEqRUUHkaUPbm5K5xqLai2g+c7 WRJQlXb4TKtpSHQ+72FEiFBzC26ZctyHxxd0YiyAB05dYnEpNWlUNf+YHLmbSZyJ23g f6vcMu9Ikc9fWrTSrVA6aLvnH6qLH/2eFgadIeR2CuM7I2l6niK94wsj+40EjZd1TM0 x8i3BLemATaiEv0tVk5xfN+c0uAby8wfdud45UBxhr+a3RAgi1kQECnCty5qa32JTuY 540SxLpV8y4ua2Vqa8qHPVvg1K2dQn7shomM5zaSxuymPGHZ9L2X+NL0o/kv9Gxk1OP GtvIFJG8uw== Date: Thu, 19 Oct 2023 05:31:46 +0200 (CEST) From: Lynne To: FFmpeg development discussions and patches Message-ID: In-Reply-To: References: <20231018165516.275945-1-quinkblack@foxmail.com> MIME-Version: 1.0 Subject: Re: [FFmpeg-devel] [PATCH v2 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: Oct 18, 2023, 18:55 by quinkblack@foxmail.com: > From: Zhao Zhili > > --- > fftools/ffplay.c | 30 ++++++++++ > fftools/ffplay_renderer.c | 117 ++++++++++++++++++++++++++++++++++++++ > 2 files changed, 147 insertions(+) > This patch doesn't look correct, libplacebo and lavc have to share the same Vulkan device. Either create a hwcontext vulkan device and import it into libplacebo, which you would then use for decoding, or use libplacebo's context and initialize a lavu hwcontext from it. _______________________________________________ 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".