mirror of https://bitbucket.org/ausocean/av.git
fixed flv generator problem
This commit is contained in:
parent
cb67d4d14b
commit
be1c16a278
|
@ -251,6 +251,7 @@ func (g *flvGenerator) generate() {
|
||||||
}
|
}
|
||||||
g.outputChan <- tag.ToByteSlice()
|
g.outputChan <- tag.ToByteSlice()
|
||||||
}
|
}
|
||||||
|
default:
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue