Removed actually unsupported ac3 codec

This commit is contained in:
emeric
2025-11-03 13:28:12 +01:00
parent 9611cc09e3
commit a5b5b877ff
3 changed files with 0 additions and 10 deletions
-4
View File
@@ -111,8 +111,6 @@ namespace lms::audio::ffmpeg
return CodecType::MP3;
case AV_CODEC_ID_AAC:
return CodecType::AAC;
case AV_CODEC_ID_AC3:
return CodecType::AC3;
case AV_CODEC_ID_VORBIS:
return CodecType::Vorbis;
case AV_CODEC_ID_WMAV1:
@@ -135,8 +133,6 @@ namespace lms::audio::ffmpeg
return CodecType::MPC8;
case AV_CODEC_ID_APE:
return CodecType::APE;
case AV_CODEC_ID_EAC3:
return CodecType::EAC3;
case AV_CODEC_ID_MP4ALS:
return CodecType::MP4ALS;
case AV_CODEC_ID_OPUS: