2023-10-31 09:16:44 CST W44D2

This commit is contained in:
aggresss
2023-10-31 09:16:44 +08:00
parent f00ecdba54
commit 05345f7cdc
100 changed files with 3340 additions and 3229 deletions

View File

@@ -10,7 +10,6 @@ package ffmpeg
import "C"
const (
LIBAVFILTER_VERSION_MAJOR = C.LIBAVFILTER_VERSION_MAJOR
LIBAVFILTER_VERSION_MINOR = C.LIBAVFILTER_VERSION_MINOR
LIBAVFILTER_VERSION_MICRO = C.LIBAVFILTER_VERSION_MICRO
)