[FFmpeg-cvslog] avresample: Remove an unused variable
Ganesh Ajjanagadde
git at videolan.org
Tue Sep 29 15:29:15 CEST 2015
ffmpeg | branch: master | Ganesh Ajjanagadde <gajjanagadde at gmail.com> | Sat Sep 26 16:24:02 2015 +0200| [84dfc426cea7242099aea9d47121cea65dffd936] | committer: Vittorio Giovara
avresample: Remove an unused variable
This fixes a -Wunused-variable warning.
Signed-off-by: Ganesh Ajjanagadde <gajjanagadde at gmail.com>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=84dfc426cea7242099aea9d47121cea65dffd936
---
libavresample/resample.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/libavresample/resample.c b/libavresample/resample.c
index 0c94186..7056445 100644
--- a/libavresample/resample.c
+++ b/libavresample/resample.c
@@ -234,7 +234,6 @@ int avresample_set_compensation(AVAudioResampleContext *avr, int sample_delta,
int compensation_distance)
{
ResampleContext *c;
- AudioData *fifo_buf = NULL;
if (compensation_distance < 0)
return AVERROR(EINVAL);
More information about the ffmpeg-cvslog
mailing list