diff --git a/src/merge/output_control.cpp b/src/merge/output_control.cpp index a3acaae35..a4a171f41 100644 --- a/src/merge/output_control.cpp +++ b/src/merge/output_control.cpp @@ -298,7 +298,7 @@ get_file_type(const string &filename) { type = TYPEMP3; else if (dts_reader_c::probe_file(mm_io, size)) type = TYPEDTS; - else if (aac_reader_c::probe_file(mm_io, size, 2 * 1024 * 1024, 10)) + else if (aac_reader_c::probe_file(mm_io, size)) type = TYPEAAC; else if (mpeg_es_reader_c::probe_file(mm_io, size)) type = TYPEMPEG;