mirror of
https://github.com/langhuihui/monibuca.git
synced 2025-12-24 13:48:04 +08:00
18 lines
200 B
Go
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
|
|
}
|