[FFmpeg-cvslog] lavr: Remove unused label

Vittorio Giovara git at videolan.org
Mon Sep 7 12:26:35 CEST 2015


ffmpeg | branch: master | Vittorio Giovara <vittorio.giovara at gmail.com> | Sat Aug 29 21:20:47 2015 +0200| [9a003fc38833b6b9f08e44d7f1c6539db65840a0] | committer: Vittorio Giovara

lavr: Remove unused label

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=9a003fc38833b6b9f08e44d7f1c6539db65840a0
---

 libavresample/resample.c |    1 -
 1 file changed, 1 deletion(-)

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



More information about the ffmpeg-cvslog mailing list