mirror of https://bitbucket.org/ausocean/av.git
Fix error
This commit is contained in:
parent
62f7f5ba9d
commit
e47135b9f1
|
@ -123,7 +123,7 @@ type revidInst struct {
|
||||||
h264Parser h264.H264Parser
|
h264Parser h264.H264Parser
|
||||||
}
|
}
|
||||||
|
|
||||||
func (r *revidInst) GetConfigRef(){
|
func (r *revidInst) GetConfigRef() *Config{
|
||||||
return &r.config
|
return &r.config
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue