// Copyright (c) 2023 QRTC. All rights reserved. // Use of this source code is governed by a MIT // license that can be found in the LICENSE file. //go:build ffmpeg_hw_d3d11va package ffmpeg /* #include */ import "C" // AVD3D11VADeviceContext type AVD3D11VADeviceContext C.struct_AVD3D11VADeviceContext // AVD3D11FrameDescriptor type AVD3D11FrameDescriptor C.struct_AVD3D11FrameDescriptor // AVD3D11VAFramesContext type AVD3D11VAFramesContext C.struct_AVD3D11VAFramesContext