rtpaac: fix decoding timestamp of aggregated units

This commit is contained in:
aler9
2021-03-10 14:25:54 +01:00
parent da486777e2
commit be74692cb5
3 changed files with 11 additions and 6 deletions

View File

@@ -152,7 +152,7 @@ func TestDecode(t *testing.T) {
}
}
func TestDecodeStapA(t *testing.T) {
func TestDecodeAggregated(t *testing.T) {
sent := false
r := readerFunc(func(p []byte) (int, error) {
if sent {