Skip to main contentCrate aom_decode
Source pub use imgref;
- avif
- Wrapper for decoding AV1 data in AVIF
- chroma
- Helper functions for undoing chroma subsampling
- color
- Color space metadata of a decoded frame
- Config
- Configuration for the decoder. For now it’s just number of threads.
- Decoder
- AOM decoder context
- FrameMeta
- Result of
Decoder::frame_meta() - FrameTempRef
- Frame held in decoder’s internal state. Must be dropped before the next call.
- Error
- Planes
- It’s an enum, because frames may have different pixel formats
- Result