Merge commit '9a003fc38833b6b9f08e44d7f1c6539db65840a0'

* commit '9a003fc38833b6b9f08e44d7f1c6539db65840a0':
  lavr: Remove unused label

Merged-by: Hendrik Leppkes <h.leppkes@gmail.com>
This commit is contained in:
Hendrik Leppkes 2015-09-07 12:26:13 +02:00
commit b8346b2294
1 changed files with 0 additions and 1 deletions

View File

@ -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;
}