mirror of
https://github.com/qrtc/ffmpeg-dev-go.git
synced 2025-10-04 23:33:15 +08:00
2023-10-22 11:46:19 CST W43D0
This commit is contained in:
11
avcodec_vaapi.go
Normal file
11
avcodec_vaapi.go
Normal file
@@ -0,0 +1,11 @@
|
||||
//go:build ffmpeg_hw_vaapi
|
||||
|
||||
package ffmpeg
|
||||
|
||||
/*
|
||||
#include <libavcodec/vappi.h>
|
||||
*/
|
||||
import "C"
|
||||
|
||||
// Deprecated: No use
|
||||
type VaapiContext C.struct_vaapi_context
|
Reference in New Issue
Block a user