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

@@ -56,7 +56,7 @@ func main() {
}
// decode H264 NALUs from RTP packets
nalus, _, err := dec.DecodeRTP(&pkt)
nalus, _, err := dec.Decode(&pkt)
if err != nil {
return
}