aboutsummaryrefslogtreecommitdiffstats
path: root/libavutil/tests
diff options
context:
space:
mode:
authorWu Jianhua <toqsxw@outlook.com>2023-12-05 14:46:43 +0800
committerHaihao Xiang <haihao.xiang@intel.com>2023-12-21 16:15:23 +0800
commit142f727b9ca21c95414536074e3f89c687271dd4 (patch)
treef09fda7ee742de3d8cc6557d5ccbbb7cdef533fa /libavutil/tests
parentf72d781339716ba5cb086f4043b8626cea814213 (diff)
downloadffmpeg-142f727b9ca21c95414536074e3f89c687271dd4.tar.gz
libavutil: add hwcontext_d3d12va and AV_PIX_FMT_D3D12
Signed-off-by: Wu Jianhua <toqsxw@outlook.com> Signed-off-by: Tong Wu <tong1.wu@intel.com>
Diffstat (limited to 'libavutil/tests')
-rw-r--r--libavutil/tests/hwdevice.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/libavutil/tests/hwdevice.c b/libavutil/tests/hwdevice.c
index c57586613a..9d7964f9ee 100644
--- a/libavutil/tests/hwdevice.c
+++ b/libavutil/tests/hwdevice.c
@@ -137,6 +137,8 @@ static const struct {
{ "0", "1", "2" } },
{ AV_HWDEVICE_TYPE_D3D11VA,
{ "0", "1", "2" } },
+ { AV_HWDEVICE_TYPE_D3D12VA,
+ { "0", "1", "2" } },
{ AV_HWDEVICE_TYPE_OPENCL,
{ "0.0", "0.1", "1.0", "1.1" } },
{ AV_HWDEVICE_TYPE_VAAPI,