diff options
author | Vittorio Giovara <vittorio.giovara@gmail.com> | 2015-08-29 21:20:47 +0200 |
---|---|---|
committer | Vittorio Giovara <vittorio.giovara@gmail.com> | 2015-08-31 15:24:41 +0200 |
commit | 9a003fc38833b6b9f08e44d7f1c6539db65840a0 (patch) | |
tree | 662e793003293b62e7502fe1a5694c6212a63282 /libavresample | |
parent | b0d94324d21d0c1c4adf1c8c329928afe473b099 (diff) | |
download | ffmpeg-streaming-9a003fc38833b6b9f08e44d7f1c6539db65840a0.zip ffmpeg-streaming-9a003fc38833b6b9f08e44d7f1c6539db65840a0.tar.gz |
lavr: Remove unused label
Diffstat (limited to 'libavresample')
-rw-r--r-- | libavresample/resample.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavresample/resample.c b/libavresample/resample.c index b307487..9c447d3 100644 --- a/libavresample/resample.c +++ b/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; } |