Struct image::codecs::webp::vp8::Vp8Decoder [−][src]
pub struct Vp8Decoder<R> { /* fields omitted */ }
Expand description
VP8 Decoder
Only decodes keyframes
Implementations
Create a new decoder. The reader must present a raw vp8 bitstream to the decoder
Decodes the current frame and returns a reference to it