mirror of
https://github.com/aler9/gortsplib
synced 2025-10-15 11:40:55 +08:00
decode RTP time globally
This commit is contained in:
@@ -15,7 +15,7 @@ func TestDecode(t *testing.T) {
|
||||
require.NoError(t, err)
|
||||
|
||||
for _, pkt := range ca.pkts {
|
||||
image, _, err := d.Decode(pkt)
|
||||
image, err := d.Decode(pkt)
|
||||
if err == ErrMorePacketsNeeded {
|
||||
continue
|
||||
}
|
||||
|
Reference in New Issue
Block a user