mirror of
https://github.com/qrtc/ffmpeg-dev-go.git
synced 2025-10-04 15:23:13 +08:00
18 lines
365 B
Go
18 lines
365 B
Go
//go:build ffmpeg_hw_d3d11va
|
|
|
|
package ffmpeg
|
|
|
|
/*
|
|
#include <libavutil/hwcontext_d3d11va.h>
|
|
*/
|
|
import "C"
|
|
|
|
// AVD3D11VADeviceContext
|
|
type AVD3D11VADeviceContext C.struct_AVD3D11VADeviceContext
|
|
|
|
// AVD3D11FrameDescriptor
|
|
type AVD3D11FrameDescriptor C.struct_AVD3D11FrameDescriptor
|
|
|
|
// AVD3D11VAFramesContext
|
|
type AVD3D11VAFramesContext C.struct_AVD3D11VAFramesContext
|