From 17feb5c2721d5c1a0189114bebc576f726f712c0 Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Mon, 29 Nov 2004 22:40:33 +0000 Subject: [PATCH] Ups.... --- src/merge/output_control.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;