]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/aacpsy.c
ffplay: give more meaningful names to the buffersink instances
[ffmpeg] / libavcodec / aacpsy.c
index 77dfec638d0a62b4c6136247ab7385b742e1bc0b..585a249da34dbfea67d97481ac16a279ece4af5d 100644 (file)
@@ -563,7 +563,7 @@ static void psy_3gpp_analyze_channel(FFPsyContext *ctx, int channel,
     AacPsyChannel *pch  = &pctx->ch[channel];
     int start = 0;
     int i, w, g;
-    float desired_bits, desired_pe, delta_pe, reduction, spread_en[128] = {0};
+    float desired_bits, desired_pe, delta_pe, reduction= NAN, spread_en[128] = {0};
     float a = 0.0f, active_lines = 0.0f, norm_fac = 0.0f;
     float pe = pctx->chan_bitrate > 32000 ? 0.0f : FFMAX(50.0f, 100.0f - pctx->chan_bitrate * 100.0f / 32000.0f);
     const int      num_bands   = ctx->num_bands[wi->num_windows == 8];