container/mts/payload_test.go: corrected comment for TestExtract

This commit is contained in:
Saxon 2019-07-04 14:40:59 +09:30
parent 346dda0f4f
commit d2278cb914
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ import (
)
// 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) {
Meta = meta.New()