stream/mts/encoder.go: wrote todo to make Meta meta.Data struct not be global

This commit is contained in:
saxon 2019-02-07 08:27:37 +10:30
parent e2bbc84c1e
commit fb2217a1f9
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@ const (
psiSndCnt = 7
)
// global Meta
// TODO: make this not global.
var Meta *meta.Data
var (