mirror of https://bitbucket.org/ausocean/av.git
fixing parser
This commit is contained in:
parent
b111d98892
commit
b5b82f6b7c
|
@ -68,6 +68,7 @@ func (p *h264Parser) Stop() {
|
||||||
|
|
||||||
// Start starts the parse func as a goroutine so that incoming data is interpreted
|
// Start starts the parse func as a goroutine so that incoming data is interpreted
|
||||||
func (p *h264Parser) Start() {
|
func (p *h264Parser) Start() {
|
||||||
|
p.isParsing = true
|
||||||
go p.parse()
|
go p.parse()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue