update docs

This commit is contained in:
aler9
2022-04-01 12:08:17 +02:00
parent cec5326ccf
commit 6c6c6c68c9
3 changed files with 7 additions and 7 deletions

View File

@@ -63,7 +63,7 @@ func main() {
return
}
// decode H264 NALUs from the RTP packet
// convert RTP packet to H264 NALUs
nalus, pts, err := rtpDec.DecodeUntilMarker(pkt)
if err != nil {
return