rename LoopUDP into LoopUdp

This commit is contained in:
aler9
2020-08-15 22:38:04 +02:00
parent 9d622d2880
commit c889483a7a
3 changed files with 8 additions and 8 deletions

View File

@@ -54,7 +54,7 @@ func main() {
break
}
fmt.Printf("packet from track %d, type %v: %v\n",
fmt.Printf("frame from track %d, type %v: %v\n",
frame.TrackId, frame.StreamType, frame.Content)
}
}