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
|
||||
var Meta *meta.Metadata
|
||||
|
||||
func init() {
|
||||
Meta = meta.New()
|
||||
}
|
||||
var Meta = meta.New()
|
||||
|
||||
var (
|
||||
patTable = standardPat.Bytes()
|
||||
|
|
Loading…
Reference in New Issue