mirror of
https://github.com/aler9/gortsplib
synced 2025-10-05 23:26:54 +08:00
use log.Print instead of fmt.Print in examples
This commit is contained in:
@@ -79,7 +79,7 @@ func main() {
|
||||
return
|
||||
}
|
||||
|
||||
// decode H264 NALUs from RTP packets
|
||||
// decode H264 NALUs from the RTP packet
|
||||
nalus, pts, err := dec.DecodeUntilMarker(&pkt)
|
||||
if err != nil {
|
||||
return
|
||||
|
Reference in New Issue
Block a user