mirror of
https://github.com/aler9/gortsplib
synced 2025-10-30 10:06:28 +08:00
rtpaac: fix decoding timestamp of aggregated units
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user