mirror of
https://github.com/qrtc/ffmpeg-dev-go.git
synced 2025-10-05 07:37:20 +08:00
15 lines
246 B
Go
15 lines
246 B
Go
//go:build ffmpeg_hw_qsv
|
|
|
|
package ffmpeg
|
|
|
|
/*
|
|
#include <libavutil/hwcontext_qsv.h>
|
|
*/
|
|
import "C"
|
|
|
|
// AVQSVDeviceContext
|
|
type AVQSVDeviceContext C.struct_AVQSVDeviceContext
|
|
|
|
// AVQSVFramesContext
|
|
type AVQSVFramesContext C.struct_AVQSVFramesContext
|