rtmp: fix comment

This commit is contained in:
nareix 2016-07-02 06:07:18 +08:00
parent 987738ca73
commit 75b94c4087

View File

@ -1029,7 +1029,7 @@ func (self *Conn) writeChunks(csid uint32, timestamp uint32, msgtypeid uint8, ms
msghdrtype := 0
var tsdelta uint32
if false { // always msghdrtype==1 is ok
if false { // always msghdrtype==0 is ok
cs := self.writecsmap[csid]
if cs == nil {
cs = &chunkStream{}