write MPEG in uppercase

This commit is contained in:
aler9
2022-08-05 23:40:11 +02:00
parent 537b2033d2
commit 702cac94a6
6 changed files with 34 additions and 34 deletions

View File

@@ -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",