Update a comment that referred to the wrong thing

This commit is contained in:
Will Storey
2018-01-23 18:30:25 -08:00
parent 4c857a40fb
commit b06db9baec

View File

@@ -349,7 +349,7 @@ func writePacketToClients(input *Input, pkt *C.AVPacket,
continue
}
// Pass the client to a goroutine that writes it to this client.
// Pass the packet to a goroutine that writes it to this client.
select {
case client.PacketChan <- pktCopy:
default: