2023-10-22 11:46:19 CST W43D0

This commit is contained in:
aggresss
2023-10-22 11:46:19 +08:00
parent 0f95831c39
commit e163918619
62 changed files with 2326 additions and 355 deletions

11
avcodec_vaapi.go Normal file
View 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