mirror of https://bitbucket.org/ausocean/av.git
mts: updated todo message in mpegts.go regarding plans for psi
This commit is contained in:
parent
a231d57f06
commit
e32cf9c1b7
|
@ -43,7 +43,8 @@ const (
|
||||||
psiSendCount = 100
|
psiSendCount = 100
|
||||||
)
|
)
|
||||||
|
|
||||||
// TODO: really need to finish the at and pmt stuff - this is too hacky
|
// TODO: Finish off mts/psi so that we can create pat and pmt tables instead
|
||||||
|
// of hardcoding.
|
||||||
var (
|
var (
|
||||||
patTable = []byte{
|
patTable = []byte{
|
||||||
0x00, // pointer
|
0x00, // pointer
|
||||||
|
|
Loading…
Reference in New Issue