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 9977546F88 for ; Fri, 24 Nov 2023 05:45:01 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 37EB968CF13; Fri, 24 Nov 2023 07:44:51 +0200 (EET) Received: from mgamail.intel.com (mgamail.intel.com [134.134.136.100]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id B278D68CA2D for ; Fri, 24 Nov 2023 07:44:42 +0200 (EET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1700804687; x=1732340687; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=SOvVk9ORX6eDzCXkk/KmWv9iIoDRsiH48bqDuinxjWs=; b=Xzy3BibC6F6iNIFW9Nbv6se8oey/evwHk7jekWXOBu+S1X+ZxYbbQmdc Ps95ypgVdnFs7ga1/rENr2fqbb3FOR5msGPscvSTGkEMXlL/hY3tuMe2I ypIvR+qu8zNYnzu/FppRpqcs/AdC5CItjeRRR3jdaCkW8hi4xVlzFEGKB HIALyhYp1F2vMcgNXYRtDMdbqLrIOyQbR6I4/L5KcYDqGdQ5bRVntJUa0 7gfUxe0qeV0J0drlvY44G7foSpQsXsulwsp7niI2Bk8BoVLeCsSpt7XAO 6m+1QdDtPPld1bJB5eI5Ow+EW5lqPeP9/Iz+kRzWVIzRRxl4+4O9GgKB2 Q==; X-IronPort-AV: E=McAfee;i="6600,9927,10902"; a="458858900" X-IronPort-AV: E=Sophos;i="6.04,223,1695711600"; d="scan'208";a="458858900" Received: from orsmga004.jf.intel.com ([10.7.209.38]) by orsmga105.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 23 Nov 2023 21:44:39 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10902"; a="890977575" X-IronPort-AV: E=Sophos;i="6.04,223,1695711600"; d="scan'208";a="890977575" Received: from xhh-dg264.sh.intel.com ([10.238.2.76]) by orsmga004-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 23 Nov 2023 21:44:38 -0800 From: "Xiang, Haihao" To: ffmpeg-devel@ffmpeg.org Date: Fri, 24 Nov 2023 13:43:47 +0800 Message-Id: <20231124054348.3115276-2-haihao.xiang@intel.com> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20231124054348.3115276-1-haihao.xiang@intel.com> References: <20231124054348.3115276-1-haihao.xiang@intel.com> MIME-Version: 1.0 Subject: [FFmpeg-devel] [PATCH 2/3] doc/ffmpeg: Update the description about d3d11va 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: Haihao Xiang 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: From: Haihao Xiang Signed-off-by: Haihao Xiang --- doc/ffmpeg.texi | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/doc/ffmpeg.texi b/doc/ffmpeg.texi index 68363ae045..5296b75a4e 100644 --- a/doc/ffmpeg.texi +++ b/doc/ffmpeg.texi @@ -1165,6 +1165,21 @@ Choose the first device and use the primary device context. @item d3d11va @var{device} is the number of the Direct3D 11 display adapter. +If not specified, it will attempt to use the default Direct3D 11 display adapter +or the first Direct3D 11 display adapter whose Harware VendorId is specified +by @samp{vendor_id}. + +Examples: +@table @emph +@item -init_hw_device d3d11va +Create a d3d11va device on the default Direct3D 11 display adapter. + +@item -init_hw_device d3d11va:1 +Create a d3d11va device on the Direct3D 11 display adapter specified by index 1. + +@item -init_hw_device d3d11va:,vendor_id=0x8086 +Create a d3d11va device on the first Direct3D 11 display adapter whose Harware VendorId is 0x8086. +@end table @item vaapi @var{device} is either an X11 display name, a DRM render node or a DirectX adapter index. -- 2.34.1 _______________________________________________ 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".