Versions in this module Expand all Collapse all v0 v0.0.1 Mar 18, 2020 Changes in this version + const PixelFormatBGR + const PixelFormatRGB + type Frame struct + Data []byte + Height int + Stride int + Width int + func (f *Frame) ToRGB() *rgb.Image + type H264Decoder struct + func New(pxlFmt PixelFormat) (*H264Decoder, error) + func (h *H264Decoder) Close() + func (h *H264Decoder) Decode(data []byte) ([]*Frame, error) + type PixelFormat int