mirror of https://bitbucket.org/ausocean/av.git
stream/mts/encoder.go: added comment to Meta meta.Data global as it unexported.
This commit is contained in:
parent
fb2217a1f9
commit
7cb58c81eb
|
@ -89,6 +89,8 @@ const (
|
|||
)
|
||||
|
||||
// TODO: make this not global.
|
||||
// Meta allows addition of metadata to encoded mts from outside of this pkg.
|
||||
// See meta pkg for usage.
|
||||
var Meta *meta.Data
|
||||
|
||||
var (
|
||||
|
|
Loading…
Reference in New Issue