mirror of https://bitbucket.org/ausocean/av.git
stream/mts/encoder.go: put todo under comment for Meta meta.Data global
This commit is contained in:
parent
7cb58c81eb
commit
ad671b520c
|
@ -88,9 +88,10 @@ const (
|
||||||
psiSndCnt = 7
|
psiSndCnt = 7
|
||||||
)
|
)
|
||||||
|
|
||||||
// TODO: make this not global.
|
|
||||||
// Meta allows addition of metadata to encoded mts from outside of this pkg.
|
// Meta allows addition of metadata to encoded mts from outside of this pkg.
|
||||||
// See meta pkg for usage.
|
// See meta pkg for usage.
|
||||||
|
//
|
||||||
|
// TODO: make this not global.
|
||||||
var Meta *meta.Data
|
var Meta *meta.Data
|
||||||
|
|
||||||
var (
|
var (
|
||||||
|
|
Loading…
Reference in New Issue