Versions in this module Expand all Collapse all v0 v0.3.2 Dec 18, 2021 Changes in this version + const FormatI420 + const FormatI444 + const FormatMJPEG + const FormatNV12 + const FormatNV21 + const FormatRGBA + const FormatUYVY + const FormatYUY2 + const FormatYUYV + const FormatZ16 + type Decoder interface + Decode func(frame []byte, width, height int) (image.Image, func(), error) + func NewDecoder(f Format) (Decoder, error) + type Format string