1
mirror of https://git.videolan.org/git/ffmpeg.git synced 2024-10-01 17:02:14 +02:00

lavr: Remove unused label

This commit is contained in:
Vittorio Giovara 2015-08-29 21:20:47 +02:00
parent b0d94324d2
commit 9a003fc388

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