diff options
author | Wu Jianhua <toqsxw@outlook.com> | 2023-12-05 14:46:43 +0800 |
---|---|---|
committer | Haihao Xiang <haihao.xiang@intel.com> | 2023-12-21 16:15:23 +0800 |
commit | 142f727b9ca21c95414536074e3f89c687271dd4 (patch) | |
tree | f09fda7ee742de3d8cc6557d5ccbbb7cdef533fa /libavutil/tests | |
parent | f72d781339716ba5cb086f4043b8626cea814213 (diff) | |
download | ffmpeg-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.c | 2 |
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, |