mirror of
https://github.com/aler9/gortsplib
synced 2025-10-24 07:34:17 +08:00
use named constant for MPEG4-audio object type
This commit is contained in:
@@ -109,7 +109,7 @@ func TestConfigMarshalErrors(t *testing.T) {
|
||||
{
|
||||
"invalid channel config",
|
||||
Config{
|
||||
Type: 2,
|
||||
Type: ObjectTypeAACLC,
|
||||
SampleRate: 44100,
|
||||
ChannelCount: 0,
|
||||
},
|
||||
|
Reference in New Issue
Block a user