package mjpeg import "github.com/deepch/vdk/av" type CodecData struct { } func (d CodecData) Type() av.CodecType { return av.MJPEG }