mirror of https://bitbucket.org/ausocean/av.git
stream/mts/encoder.go: wrote todo to make Meta meta.Data struct not be global
This commit is contained in:
parent
e2bbc84c1e
commit
fb2217a1f9
|
@ -88,7 +88,7 @@ const (
|
|||
psiSndCnt = 7
|
||||
)
|
||||
|
||||
// global Meta
|
||||
// TODO: make this not global.
|
||||
var Meta *meta.Data
|
||||
|
||||
var (
|
||||
|
|
Loading…
Reference in New Issue