mirror of
https://github.com/qrtc/ffmpeg-dev-go.git
synced 2025-10-05 07:37:20 +08:00
16 lines
196 B
Go
16 lines
196 B
Go
//go:build ffmpeg_hw_xvmc
|
|
|
|
package ffmpeg
|
|
|
|
/*
|
|
#include <libavcodec/videotoolbox.h>
|
|
*/
|
|
import "C"
|
|
|
|
const (
|
|
AV_XVMC_ID = C.AV_XVMC_ID
|
|
)
|
|
|
|
// Deprecated: No use
|
|
type XvmcPixFmt C.struct_xvmc_pix_fmt
|