mirror of
https://github.com/aler9/gortsplib
synced 2025-10-06 07:37:07 +08:00
merge TrackPCMA and TrackPCMU into Track G711
This commit is contained in:
@@ -25,7 +25,7 @@ func TestTrackNewFromMediaDescription(t *testing.T) {
|
||||
Formats: []string{"8"},
|
||||
},
|
||||
},
|
||||
&TrackPCMA{},
|
||||
&TrackG711{},
|
||||
},
|
||||
{
|
||||
"pcmu",
|
||||
@@ -36,7 +36,9 @@ func TestTrackNewFromMediaDescription(t *testing.T) {
|
||||
Formats: []string{"0"},
|
||||
},
|
||||
},
|
||||
&TrackPCMU{},
|
||||
&TrackG711{
|
||||
MULaw: true,
|
||||
},
|
||||
},
|
||||
{
|
||||
"g722",
|
||||
|
Reference in New Issue
Block a user