use named constant for MPEG4-audio object type

This commit is contained in:
aler9
2022-11-14 16:50:21 +01:00
parent 8fc6bf35ae
commit ae0df8d4c9
6 changed files with 14 additions and 14 deletions

View File

@@ -109,7 +109,7 @@ func TestConfigMarshalErrors(t *testing.T) {
{
"invalid channel config",
Config{
Type: 2,
Type: ObjectTypeAACLC,
SampleRate: 44100,
ChannelCount: 0,
},