Skip to content

Commit d67f879

Browse files
committed
Delint?
Signed-off-by: Šimon Brandner <[email protected]>
1 parent c9b25c7 commit d67f879

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/publisher.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,7 @@ func (p *Publisher) WriteRTCP(packets []rtcp.Packet) {
143143
if time.Now().UnixNano()-p.lastPLI.Load() < minimalPLIInterval.Nanoseconds() {
144144
continue
145145
}
146+
146147
p.lastPLI.Store(time.Now().UnixNano())
147148

148149
typedPacket.MediaSSRC = readSSRC

0 commit comments

Comments
 (0)