]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/synth_filter.c
Replace Subversion revisions in comments by Git hashes.
[ffmpeg] / libavcodec / synth_filter.c
index f8e63ca6bc9d4f32ca6cda367ef206c5f5408b8c..8e6f1202fe81670dd4f2e393f9b0d78a428924b4 100644 (file)
@@ -29,7 +29,7 @@ static void synth_filter_float(FFTContext *imdct,
     float *synth_buf= synth_buf_ptr + *synth_buf_offset;
     int i, j;
 
-    ff_imdct_half(imdct, synth_buf, in);
+    imdct->imdct_half(imdct, synth_buf, in);
 
     for (i = 0; i < 16; i++){
         float a= synth_buf2[i     ];