mirror of
https://github.com/horgh/videostreamer.git
synced 2025-09-26 20:41:31 +08:00
Update a comment that referred to the wrong thing
This commit is contained in:
@@ -349,7 +349,7 @@ func writePacketToClients(input *Input, pkt *C.AVPacket,
|
|||||||
continue
|
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 {
|
select {
|
||||||
case client.PacketChan <- pktCopy:
|
case client.PacketChan <- pktCopy:
|
||||||
default:
|
default:
|
||||||
|
Reference in New Issue
Block a user