mirror of
https://github.com/qrtc/ffmpeg-dev-go.git
synced 2025-10-05 07:37:20 +08:00
2023-10-31 09:16:44 CST W44D2
This commit is contained in:
14
swscale_version_major.go
Normal file
14
swscale_version_major.go
Normal file
@@ -0,0 +1,14 @@
|
||||
// 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.
|
||||
|
||||
package ffmpeg
|
||||
|
||||
/*
|
||||
#include <libswscale/version_major.h>
|
||||
*/
|
||||
import "C"
|
||||
|
||||
const (
|
||||
LIBSWSCALE_VERSION_MAJOR = C.LIBSWSCALE_VERSION_MAJOR
|
||||
)
|
Reference in New Issue
Block a user