mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 18:18:06 +02:00
d3d12: Add D3D12_VIDEO_ENCODER_CODEC_CONFIGURATION_HEVC_FLAG_DISABLE_LOOP_FILTER_ACROSS_SLICES when querying HEVC capabilities
Reviewed-by: Pohsiang (John) Hsu <pohhsu@microsoft.com> Reviewed-by: Jesse Natalie <jenatali@microsoft.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/35263>
This commit is contained in:
parent
f28417a7bb
commit
a562c0787f
1 changed files with 1 additions and 1 deletions
|
|
@ -661,7 +661,7 @@ d3d12_video_encode_support_caps(const D3D12_VIDEO_ENCODER_CODEC &argTargetCodec,
|
|||
/* Only read from codecSupport.pHEVCSupport in this case (union of pointers definition) */
|
||||
assert(codecSupport.pHEVCSupport);
|
||||
cap_allocations.hevcConfig = {
|
||||
D3D12_VIDEO_ENCODER_CODEC_CONFIGURATION_HEVC_FLAG_NONE,
|
||||
D3D12_VIDEO_ENCODER_CODEC_CONFIGURATION_HEVC_FLAG_DISABLE_LOOP_FILTER_ACROSS_SLICES,
|
||||
codecSupport.pHEVCSupport->MinLumaCodingUnitSize,
|
||||
codecSupport.pHEVCSupport->MaxLumaCodingUnitSize,
|
||||
codecSupport.pHEVCSupport->MinLumaTransformUnitSize,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue