mirror of
https://github.com/AlexxIT/go2rtc.git
synced 2025-10-28 10:32:44 +08:00
Rename PCM codecs print name
This commit is contained in:
@@ -68,12 +68,10 @@ func (c *Codec) PrintName() string {
|
|||||||
switch c.Name {
|
switch c.Name {
|
||||||
case CodecAAC:
|
case CodecAAC:
|
||||||
return "AAC"
|
return "AAC"
|
||||||
case CodecELD:
|
|
||||||
return "AAC-ELD"
|
|
||||||
case CodecPCM:
|
case CodecPCM:
|
||||||
return "PCM-S16BE"
|
return "S16B"
|
||||||
case CodecPCML:
|
case CodecPCML:
|
||||||
return "PCM-S16LE"
|
return "S16L"
|
||||||
}
|
}
|
||||||
return c.Name
|
return c.Name
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user