mirror of
https://github.com/aler9/gortsplib
synced 2025-10-05 15:16:51 +08:00
rtpaac, rtph264: remove *RTP suffix
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
Reference in New Issue
Block a user