mirror of https://git.ffmpeg.org/ffmpeg.git
Merge commit '9a003fc38833b6b9f08e44d7f1c6539db65840a0'
* commit '9a003fc38833b6b9f08e44d7f1c6539db65840a0': lavr: Remove unused label Merged-by: Hendrik Leppkes <h.leppkes@gmail.com>
This commit is contained in:
commit
b8346b2294
|
@ -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…
Reference in New Issue