# HG changeset patch # User alexc # Date 1251395173 0 # Node ID 68f824761c1bd7e4df8c6d56b97c31fa40a26594 # Parent eb28ab65409c93c58ea63f892a7f590ac2bde59b Re-add search_for_ms to the coefficients encoders to silence warnings diff -r eb28ab65409c -r 68f824761c1b aaccoder.c --- a/aaccoder.c Thu Aug 27 16:38:57 2009 +0000 +++ b/aaccoder.c Thu Aug 27 17:46:13 2009 +0000 @@ -1013,24 +1013,24 @@ search_for_quantizers_faac, encode_window_bands_info, quantize_and_encode_band, -// search_for_ms, + search_for_ms, }, { search_for_quantizers_anmr, encode_window_bands_info, quantize_and_encode_band, -// search_for_ms, + search_for_ms, }, { search_for_quantizers_twoloop, encode_window_bands_info, quantize_and_encode_band, -// search_for_ms, + search_for_ms, }, { search_for_quantizers_fast, encode_window_bands_info, quantize_and_encode_band, -// search_for_ms, + search_for_ms, }, };