Versions in this module Expand all Collapse all v0 v0.0.2 Mar 13, 2024 v0.0.1 Feb 1, 2024 Changes in this version + const FormatI420 + const FormatI444 + const FormatMJPEG + const FormatNV12 + const FormatNV21 + const FormatRGBA + const FormatUYVY + const FormatYUY2 + const FormatYUYV + const FormatZ16 + var UninitializedHuffmanTable = []byte + type Decoder interface + Decode func(frame []byte, width, height int) (image.Image, func(), error) + func NewDecoder(f Format) (Decoder, error) + type Format string