avif-rs 26.6.0

Encode AVIF images with SVT-AV1 and decode with dav1d, via statically-linked libavif.
1
2
3
4
5
//! Raw, unsafe FFI bindings to libavif, generated at build time by `bindgen` from the
//! `avif.h` header bundled with the downloaded static binaries. See `build.rs`.
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, dead_code)]

include!(concat!(env!("OUT_DIR"), "/bindings.rs"));