]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/ra144.c
Merge remote-tracking branch 'qatar/master'
[ffmpeg] / libavcodec / ra144.c
index 9baa06850f7726780c873d0f8d177e4a4d64ea62..3f1e6f7b43e39ab4cf5286c885711ee168dbd385 100644 (file)
@@ -1715,6 +1715,6 @@ void ff_subblock_synthesis(RA144Context *ractx, const uint16_t *lpc_coefs,
            10*sizeof(*ractx->curr_sblock));
 
     if (ff_celp_lp_synthesis_filter(ractx->curr_sblock + 10, lpc_coefs,
-                                    block, BLOCKSIZE, 10, 1, 0xfff))
+                                    block, BLOCKSIZE, 10, 1, 0, 0xfff))
         memset(ractx->curr_sblock, 0, 50*sizeof(*ractx->curr_sblock));
 }