mirror of
https://github.com/bluenviron/mediamtx
synced 2024-12-13 18:24:58 +00:00
8 lines
81 B
Go
8 lines
81 B
Go
package unit
|
|
|
|
// AV1 is an AV1 data unit.
|
|
type AV1 struct {
|
|
Base
|
|
TU [][]byte
|
|
}
|