mirror of https://bitbucket.org/ausocean/av.git
container/mts/encoder_test.go: corrected typo in comment for expectedHeaders
This commit is contained in:
parent
977dab9673
commit
a0e2360f2b
|
@ -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.
|
||||||
|
|
Loading…
Reference in New Issue