libdav1d bindings LICENSE Actions Status

It is a simple binding and safe abstraction over dav1d.

Building

By default the bindings are generated using the headers and libraries that ought to be present in the system. However you can optionally build and statically link libdav1d into the -sys bindings:

shell $ SYSTEM_DEPS_DAV1D_BUILD_INTERNAL=always cargo build

Supported versions

The bindings require dav1d 1.0.0

TODO