From 39ca7641c8c8ce7031dc67584067dc1faecd6a2d Mon Sep 17 00:00:00 2001 From: Ganesh Ajjanagadde Date: Sat, 19 Sep 2015 13:26:35 -0400 Subject: avresample/resample: remove unused variable This fixes a -Wunused-variable, see e.g http://fate.ffmpeg.org/log.cgi?time=20150919162338&log=compile&slot=x86_64-archlinux-gcc-threads. Signed-off-by: Ganesh Ajjanagadde Signed-off-by: Michael Niedermayer --- libavresample/resample.c | 1 - 1 file changed, 1 deletion(-) (limited to 'libavresample') diff --git a/libavresample/resample.c b/libavresample/resample.c index 8f920fa6cf..651670d6f8 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