Commit 84dfc426 authored by Ganesh Ajjanagadde's avatar Ganesh Ajjanagadde Committed by Vittorio Giovara

avresample: Remove an unused variable

This fixes a -Wunused-variable warning.
Signed-off-by: 's avatarGanesh Ajjanagadde <gajjanagadde@gmail.com>
parent 4885bde3
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment