Files
ffmpeg-dev-go/avutil_hwcontext_qsv.go
2023-10-30 20:46:52 +08:00

19 lines
394 B
Go

// Copyright (c) 2023 QRTC. All rights reserved.
// Use of this source code is governed by a MIT
// license that can be found in the LICENSE file.
//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