package mjpeg import "git.r-2.top/kunmeng/vdk/av" type CodecData struct { } func (d CodecData) Type() av.CodecType { return av.MJPEG }