container/mts/encoder_test.go: corrected typo in comment for expectedHeaders

This commit is contained in:
Saxon 2019-05-07 23:57:48 +09:30
parent 977dab9673
commit a0e2360f2b
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ func TestEncodeVideo(t *testing.T) {
} }
// Expect headers for PID 256 (video) // Expect headers for PID 256 (video)
// NB: timing fieldsl ike PCR are neglected. // NB: timing fields like PCR are neglected.
expectedHeaders := [][]byte{ expectedHeaders := [][]byte{
{ {
0x47, // Sync byte. 0x47, // Sync byte.