fixed flv generator problem

This commit is contained in:
Saxon1 2018-05-06 17:52:59 +09:30
parent cb67d4d14b
commit be1c16a278
1 changed files with 1 additions and 0 deletions

View File

@ -251,6 +251,7 @@ func (g *flvGenerator) generate() {
} }
g.outputChan <- tag.ToByteSlice() g.outputChan <- tag.ToByteSlice()
} }
default:
} }
} }
} }