Commit 98a20315 authored by alexc's avatar alexc

Re-add search_for_ms to the coefficients encoders to silence warnings


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@19733 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent f9fd2522
......@@ -1013,24 +1013,24 @@ AACCoefficientsEncoder ff_aac_coders[] = {
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,
},
};
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment