Cargo Features
[dependencies]
av1an-core = { version = "0.4.3", default-features = false, features = ["ffmpeg_static", "vapoursynth_new_api"] }
- default = vapoursynth_new_api
-
The
vapoursynth_new_api
feature is set by default wheneverav1an-core
is added without
somewhere in the dependency tree.default-features = false - ffmpeg_static
-
Enables build and static of ffmpeg-the-third
- vapoursynth_new_api default
-
Enables vapoursynth-api-32 and vsscript-api-31 of vapoursynth
av1an-core has 3 features without comments.