fix tests

This commit is contained in:
aler9
2022-01-30 16:50:47 +01:00
parent e2019c1205
commit 8c02b12955
5 changed files with 23 additions and 18 deletions

View File

@@ -51,6 +51,7 @@ func TestTrackNewFromMediaDescription(t *testing.T) {
},
&TrackAAC{
payloadType: 96,
typ: 2,
sampleRate: 48000,
channelCount: 2,
mpegConf: []byte{0x11, 0x90},
@@ -77,6 +78,7 @@ func TestTrackNewFromMediaDescription(t *testing.T) {
},
&TrackAAC{
payloadType: 96,
typ: 2,
sampleRate: 48000,
channelCount: 2,
mpegConf: []byte{0x11, 0x90},