mirror of
https://github.com/qrtc/ffmpeg-dev-go.git
synced 2025-10-10 01:50:13 +08:00
2023-10-22 11:46:19 CST W43D0
This commit is contained in:
17
avutil_hwcontext_opencl.go
Normal file
17
avutil_hwcontext_opencl.go
Normal file
@@ -0,0 +1,17 @@
|
||||
//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
|
Reference in New Issue
Block a user