This commit is contained in:
deepch
2022-06-14 15:32:10 +03:00
parent b2320900f5
commit 417f833371
4 changed files with 29 additions and 5 deletions

10
codec/mjpeg/parser.go Normal file
View File

@@ -0,0 +1,10 @@
package mjpeg
import "github.com/deepch/vdk/av"
type CodecData struct {
}
func (d CodecData) Type() av.CodecType {
return av.MJPEG
}