Versions in this module Expand all Collapse all v0 v0.0.1 Jan 12, 2019 Changes in this version + type Decoder struct + func NewDecoder() *Decoder + func (d *Decoder) DecodeFrame() (*image.YCbCr, error) + func (d *Decoder) DecodeFrameHeader() (fh FrameHeader, err error) + func (d *Decoder) Init(r io.Reader, n int) + type FrameHeader struct + FirstPartitionLen uint32 + Height int + KeyFrame bool + ShowFrame bool + VersionNumber uint8 + Width int + XScale uint8 + YScale uint8