]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/fft.c
lavfi/hflip: copy palette data in start_frame()
[ffmpeg] / libavcodec / fft.c
index 4eb46f14c8fe583f6f16216cd9fe3782f046dbe6..6b93a5cdf3456b9b9bca56d0858c841aeaf9114f 100644 (file)
@@ -350,4 +350,3 @@ static void ff_fft_calc_c(FFTContext *s, FFTComplex *z)
 {
     fft_dispatch[s->nbits-2](z);
 }
-