Library to read & write Dolby Vision metadata.

Building the C-API

To build and install it you can use cargo-c:

sh cargo install cargo-c cargo cinstall --release

Running the C-API example

sh cd examples gcc capi.c -ldovi -o capi_example.o ./capi_example.o