From f2ba60d4e9cad7a92279387ed0a228660d83ed89 Mon Sep 17 00:00:00 2001 From: Rostislav Pehlivanov Date: Sat, 22 Aug 2015 23:49:59 +0100 Subject: aacenc_tns: temporarily disable Due to segfaults on some platforms, fix will take a bit longer. Signed-off-by: Rostislav Pehlivanov --- libavcodec/aacenc_tns.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'libavcodec/aacenc_tns.c') diff --git a/libavcodec/aacenc_tns.c b/libavcodec/aacenc_tns.c index 0ac9ba9384..8c21255f7b 100644 --- a/libavcodec/aacenc_tns.c +++ b/libavcodec/aacenc_tns.c @@ -185,6 +185,9 @@ void ff_aac_search_for_tns(AACEncContext *s, SingleChannelElement *sce) const float freq_mult = mpeg4audio_sample_rates[s->samplerate_index]/(1024.0f/sce->ics.num_windows)/2.0f; float max_coef = 0.0f; + sce->tns.present = 0; + return; + for (coef_start = 0; coef_start < 1024; coef_start++) max_coef = FFMAX(max_coef, sce->pcoeffs[coef_start]); -- cgit v1.2.3