diff aaccoder.c @ 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 4b6f16da6652
children 39285535090c
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,
     },
 };