lavr: Remove unused label

pull/148/head
Vittorio Giovara 10 years ago
parent b0d94324d2
commit 9a003fc388
  1. 1
      libavresample/resample.c

@ -256,7 +256,6 @@ int avresample_set_compensation(AVAudioResampleContext *avr, int sample_delta,
}
return 0;
reinit_fail:
ff_audio_data_free(&fifo_buf);
return ret;
}

Loading…
Cancel
Save