mirror of
https://github.com/qrtc/ffmpeg-dev-go.git
synced 2025-09-27 04:06:10 +08:00
11 lines
112 B
Go
11 lines
112 B
Go
package ffmpeg
|
|
|
|
/*
|
|
#include <libavutil/ffversion.h>
|
|
*/
|
|
import "C"
|
|
|
|
const (
|
|
FFMPEG_VERSION = C.FFMPEG_VERSION
|
|
)
|