mirror of
https://github.com/qrtc/ffmpeg-dev-go.git
synced 2025-10-13 03:13:47 +08:00
2023-10-31 09:16:44 CST W44D2
This commit is contained in:
14
swresample_version_major.go
Normal file
14
swresample_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 <libswresample/version_major.h>
|
||||
*/
|
||||
import "C"
|
||||
|
||||
const (
|
||||
LIBSWRESAMPLE_VERSION_MAJOR = C.LIBSWRESAMPLE_VERSION_MAJOR
|
||||
)
|
Reference in New Issue
Block a user