mirror of https://bitbucket.org/ausocean/av.git
container/mts/payload_test.go: corrected comment for TestExtract
This commit is contained in:
parent
346dda0f4f
commit
d2278cb914
|
@ -40,7 +40,7 @@ import (
|
||||||
)
|
)
|
||||||
|
|
||||||
// TestExtract checks that we can coorectly extract media, pts, id and meta from
|
// TestExtract checks that we can coorectly extract media, pts, id and meta from
|
||||||
// an mpegts stream using Extract.
|
// an MPEGTS stream using Extract.
|
||||||
func TestExtract(t *testing.T) {
|
func TestExtract(t *testing.T) {
|
||||||
Meta = meta.New()
|
Meta = meta.New()
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue