mirror of https://bitbucket.org/ausocean/av.git
stream/mts/encoder.go: removed init func where Meta was being initialised - just doing initialisation on same line
This commit is contained in:
parent
bad68923e6
commit
1570974ab7
|
@ -89,11 +89,7 @@ const (
|
||||||
)
|
)
|
||||||
|
|
||||||
// global Meta
|
// global Meta
|
||||||
var Meta *meta.Metadata
|
var Meta = meta.New()
|
||||||
|
|
||||||
func init() {
|
|
||||||
Meta = meta.New()
|
|
||||||
}
|
|
||||||
|
|
||||||
var (
|
var (
|
||||||
patTable = standardPat.Bytes()
|
patTable = standardPat.Bytes()
|
||||||
|
|
Loading…
Reference in New Issue