mirror of
https://github.com/aler9/gortsplib
synced 2025-10-07 08:01:14 +08:00
write MPEG in uppercase
This commit is contained in:
@@ -47,7 +47,7 @@ func TestTrackNewFromMediaDescription(t *testing.T) {
|
||||
Formats: []string{"14"},
|
||||
},
|
||||
},
|
||||
&TrackMpegAudio{},
|
||||
&TrackMPEGAudio{},
|
||||
},
|
||||
{
|
||||
"aac",
|
||||
@@ -226,7 +226,7 @@ func TestTrackNewFromMediaDescription(t *testing.T) {
|
||||
Formats: []string{"32"},
|
||||
},
|
||||
},
|
||||
&TrackMpegVideo{},
|
||||
&TrackMPEGVideo{},
|
||||
},
|
||||
{
|
||||
"h264",
|
||||
|
Reference in New Issue
Block a user