From 84dfc426cea7242099aea9d47121cea65dffd936 Mon Sep 17 00:00:00 2001 From: Ganesh Ajjanagadde Date: Sat, 26 Sep 2015 16:24:02 +0200 Subject: avresample: Remove an unused variable This fixes a -Wunused-variable warning. Signed-off-by: Ganesh Ajjanagadde --- libavresample/resample.c | 1 - 1 file changed, 1 deletion(-) (limited to 'libavresample') diff --git a/libavresample/resample.c b/libavresample/resample.c index 0c941862d6..705644595a 100644 --- a/libavresample/resample.c +++ b/libavresample/resample.c @@ -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); -- cgit v1.2.3