Struct image::webp::vp8::VP8Decoder [] [src]

pub struct VP8Decoder<R> { /* fields omitted */ }

VP8 Decoder

Only decodes keyframes

Methods

impl<R: Read> VP8Decoder<R>
[src]

[src]

Create a new decoder. The reader must present a raw vp8 bitstream to the decoder

[src]

Decodes the current frame and returns a reference to it