mirror of
https://github.com/aler9/gortsplib
synced 2025-10-17 20:51:09 +08:00
decode RTP time globally
This commit is contained in:
@@ -17,7 +17,7 @@ func TestDecode(t *testing.T) {
|
||||
var frames [][]byte
|
||||
|
||||
for _, pkt := range ca.pkts {
|
||||
frames, _, err = d.Decode(pkt)
|
||||
frames, err = d.Decode(pkt)
|
||||
}
|
||||
|
||||
require.NoError(t, err)
|
||||
|
Reference in New Issue
Block a user