mirror of
https://github.com/qrtc/ffmpeg-dev-go.git
synced 2025-10-04 15:23:13 +08:00
12 lines
206 B
Go
12 lines
206 B
Go
//go:build ffmpeg_hw_mediacodec
|
|
|
|
package ffmpeg
|
|
|
|
/*
|
|
#include <libavutil/hwcontext_mediacodec.h>
|
|
*/
|
|
import "C"
|
|
|
|
// AVMediaCodecDeviceContext
|
|
type AVMediaCodecDeviceContext C.struct_AVMediaCodecDeviceContext
|