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

22 lines
362 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_xvmc
package ffmpeg
/*
#include <libavcodec/videotoolbox.h>
*/
import "C"
const (
AV_XVMC_ID = C.AV_XVMC_ID
)
// Deprecated: No use.
//
// XvmcPixFmt
type XvmcPixFmt C.struct_xvmc_pix_fmt