Removed the FLAC definition
This commit is contained in:
parent
34141b78c0
commit
22c8c32bd0
@ -13,7 +13,7 @@ namespace tc::audio::codec {
|
||||
OpusMusic,
|
||||
|
||||
/* Not yet supported */
|
||||
Flac,
|
||||
//Flac,
|
||||
|
||||
/* Removed in summer 2020 */
|
||||
SpeexNarrow,
|
||||
@ -51,9 +51,6 @@ namespace tc::audio::codec {
|
||||
case AudioCodec::OpusMusic:
|
||||
return std::make_optional(5);
|
||||
|
||||
case AudioCodec::Flac:
|
||||
return std::make_optional(6);
|
||||
|
||||
default:
|
||||
return std::nullopt;
|
||||
}
|
||||
@ -79,9 +76,6 @@ namespace tc::audio::codec {
|
||||
case 5:
|
||||
return std::make_optional(AudioCodec::OpusMusic);
|
||||
|
||||
case 6:
|
||||
return std::make_optional(AudioCodec::Flac);
|
||||
|
||||
default:
|
||||
return std::nullopt;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user