mirror of https://bitbucket.org/ausocean/av.git
container/mts/payload.go: fix spelling error in comment
This commit is contained in:
parent
b66f11db19
commit
0f92f7d727
|
@ -98,7 +98,7 @@ func Extract(p []byte) (*Clip, error) {
|
||||||
Meta: meta,
|
Meta: meta,
|
||||||
})
|
})
|
||||||
|
|
||||||
// Append the data to the underlying buffer and get appended lenghth.
|
// Append the data to the underlying buffer and get appended length.
|
||||||
clip.backing = append(clip.backing, _pes.Data()...)
|
clip.backing = append(clip.backing, _pes.Data()...)
|
||||||
dataLen = len(_pes.Data())
|
dataLen = len(_pes.Data())
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue