From: Biswapriyo Nath nathbappai@gmail.com
Requied for https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20994 --- include/d3d12video.idl | 1 + 1 file changed, 1 insertion(+)
diff --git a/include/d3d12video.idl b/include/d3d12video.idl index 81aaa000697..b5e0fd64bbe 100644 --- a/include/d3d12video.idl +++ b/include/d3d12video.idl @@ -1635,6 +1635,7 @@ typedef struct D3D12_VIDEO_ENCODER_CODEC_PICTURE_CONTROL_SUPPORT { D3D12_VIDEO_ENCODER_CODEC_PICTURE_CONTROL_SUPPORT_H264 *pH264Support; D3D12_VIDEO_ENCODER_CODEC_PICTURE_CONTROL_SUPPORT_HEVC *pHEVCSupport; + D3D12_VIDEO_ENCODER_CODEC_AV1_PICTURE_CONTROL_SUPPORT *pAV1Support; }; } D3D12_VIDEO_ENCODER_CODEC_PICTURE_CONTROL_SUPPORT;