rtpaac, rtph264: remove *RTP suffix

This commit is contained in:
aler9
2021-09-28 15:33:38 +02:00
parent 6410be3ba2
commit 9f4f3054da
6 changed files with 19 additions and 19 deletions

View File

@@ -94,7 +94,7 @@ func main() {
}
// decode H264 NALUs from RTP packets
nalus, pts, err := dec.DecodeRTPUntilMarker(&pkt)
nalus, pts, err := dec.DecodeUntilMarker(&pkt)
if err != nil {
return
}