mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-24 11:54:01 +00:00
Don't forget about MP2 audio.
This commit is contained in:
parent
beb7a6fad8
commit
ed9d1df852
@ -234,7 +234,7 @@ xtr_base_c::create_extractor(const string &new_codec_id,
|
||||
track_spec_t &tspec) {
|
||||
// Audio formats
|
||||
if ((new_codec_id == MKV_A_AC3) ||
|
||||
(new_codec_id == MKV_A_MP3) ||
|
||||
starts_with_case(new_codec_id, "A_MPEG/L") ||
|
||||
(new_codec_id == MKV_A_DTS))
|
||||
return new xtr_base_c(new_codec_id, new_tid, tspec);
|
||||
else if (new_codec_id == MKV_A_PCM)
|
||||
|
Loading…
Reference in New Issue
Block a user