X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Faacpsdsp.c;h=5dc1a6aba968c6559cafc1825f9870dbe5ba281c;hb=b723c4e67e20eb86673316cb944184d0f3f6fe5e;hp=9f628441387ddc6cde91df9dd27dc191f7f33789;hpb=0ee905e243078cd4dfb3afa32777129aeee3bddb;p=ffmpeg diff --git a/libavcodec/aacpsdsp.c b/libavcodec/aacpsdsp.c index 9f628441387..5dc1a6aba96 100644 --- a/libavcodec/aacpsdsp.c +++ b/libavcodec/aacpsdsp.c @@ -93,7 +93,7 @@ static void ps_hybrid_synthesis_deint_c(float out[2][38][64], static void ps_decorrelate_c(float (*out)[2], float (*delay)[2], float (*ap_delay)[PS_QMF_TIME_SLOTS + PS_MAX_AP_DELAY][2], - const float phi_fract[2], float (*Q_fract)[2], + const float phi_fract[2], const float (*Q_fract)[2], const float *transient_gain, float g_decay_slope, int len)