mirror of
https://github.com/deepch/vdk
synced 2025-12-24 12:47:57 +08:00
11 lines
137 B
Go
11 lines
137 B
Go
package mjpeg
|
|
|
|
import "github.com/deepch/vdk/av"
|
|
|
|
type CodecData struct {
|
|
}
|
|
|
|
func (d CodecData) Type() av.CodecType {
|
|
return av.MJPEG
|
|
}
|