mirror of
https://github.com/qrtc/ffmpeg-dev-go.git
synced 2025-10-13 03:13:47 +08:00
2023-10-22 11:46:19 CST W43D0
This commit is contained in:
11
avutil_hwcontext_mediacodec.go
Normal file
11
avutil_hwcontext_mediacodec.go
Normal file
@@ -0,0 +1,11 @@
|
||||
//go:build ffmpeg_hw_mediacodec
|
||||
|
||||
package ffmpeg
|
||||
|
||||
/*
|
||||
#include <libavutil/hwcontext_mediacodec.h>
|
||||
*/
|
||||
import "C"
|
||||
|
||||
// AVMediaCodecDeviceContext
|
||||
type AVMediaCodecDeviceContext C.struct_AVMediaCodecDeviceContext
|
Reference in New Issue
Block a user