mirror of https://bitbucket.org/ausocean/av.git
Taking out mystery print
This commit is contained in:
parent
1204b02ee5
commit
90288f546a
|
@ -73,6 +73,5 @@ func (h *Header) ToByteSlice() (output []byte) {
|
||||||
0x00 | btb(h.AudioFlag)<<2 | btb(h.VideoFlag),
|
0x00 | btb(h.AudioFlag)<<2 | btb(h.VideoFlag),
|
||||||
0x00, 0x00, 0x00, byte(9),
|
0x00, 0x00, 0x00, byte(9),
|
||||||
}...)
|
}...)
|
||||||
fmt.Println(output)
|
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue