decode RTP time globally

This commit is contained in:
aler9
2023-08-14 13:12:38 +02:00
committed by Alessandro Ros
parent 95f58fa6b6
commit 8b047b545b
100 changed files with 703 additions and 993 deletions

View File

@@ -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
}