We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48e175c commit 061df8aCopy full SHA for 061df8a
codecs/av1_packet.go
@@ -136,7 +136,8 @@ type AV1Packet struct {
136
// AV1Frame provides the tools to construct a collection of OBUs from a collection of OBU Elements
137
OBUElements [][]byte
138
139
- videoDepacketizer
+ // zeroAllocation prevents populating the OBUElements field
140
+ zeroAllocation bool
141
}
142
143
// Unmarshal parses the passed byte slice and stores the result in the AV1Packet this method is called upon.
0 commit comments