Mercurial > libavcodec.hg
changeset 10109:68f824761c1b libavcodec
Re-add search_for_ms to the coefficients encoders to silence warnings
author | alexc |
---|---|
date | Thu, 27 Aug 2009 17:46:13 +0000 |
parents | eb28ab65409c |
children | 4186efb86933 |
files | aaccoder.c |
diffstat | 1 files changed, 4 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- 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, }, };