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