Files
ffmpeg-dev-go/avutil_hwcontext_opencl.go
2023-10-24 18:22:02 +08:00

18 lines
360 B
Go

//go:build ffmpeg_hw_opencl
package ffmpeg
/*
#include <libavutil/hwcontext_opencl.h>
*/
import "C"
// AVOpenCLFrameDescriptor
type AVOpenCLFrameDescriptor C.struct_AVOpenCLFrameDescriptor
// AVOpenCLDeviceContext
type AVOpenCLDeviceContext C.struct_AVOpenCLDeviceContext
// AVOpenCLFramesContext
type AVOpenCLFramesContext C.struct_AVOpenCLFramesContext