1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-11-26 19:01:44 +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;
}