]> git.sesse.net Git - ffmpeg/blobdiff - libavresample/resample.c
Merge commit '74942685cb457c01937686892878403a409baf27'
[ffmpeg] / libavresample / resample.c
index 8f920fa6cfa904b5a9a88e7ae46e93323e200d20..651670d6f8ae600eceee89ac4bcdf7b56b341a68 100644 (file)
@@ -234,7 +234,6 @@ int avresample_set_compensation(AVAudioResampleContext *avr, int sample_delta,
                                 int compensation_distance)
 {
     ResampleContext *c;
-    AudioData *fifo_buf = NULL;
 
     if (compensation_distance < 0)
         return AVERROR(EINVAL);