Files
monibuca/pkg/codec/video.go
2024-04-08 20:02:17 +08:00

18 lines
200 B
Go

package codec
type SPSInfo struct {
ProfileIdc uint
LevelIdc uint
MbWidth uint
MbHeight uint
CropLeft uint
CropRight uint
CropTop uint
CropBottom uint
Width uint
Height uint
}