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:
@@ -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
|
||||
}
|
||||
|
Reference in New Issue
Block a user