git.videolan.org
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
4885bde
)
avresample: Remove an unused variable
author
Ganesh Ajjanagadde
<gajjanagadde@gmail.com>
Sat, 26 Sep 2015 14:24:02 +0000
(16:24 +0200)
committer
Vittorio Giovara
<vittorio.giovara@gmail.com>
Tue, 29 Sep 2015 12:33:01 +0000
(14:33 +0200)
This fixes a -Wunused-variable warning.
Signed-off-by: Ganesh Ajjanagadde <gajjanagadde@gmail.com>
libavresample/resample.c
patch
|
blob
|
history
diff --git
a/libavresample/resample.c
b/libavresample/resample.c
index
0c94186
..
7056445
100644
(file)
--- 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;
int compensation_distance)
{
ResampleContext *c;
- AudioData *fifo_buf = NULL;
if (compensation_distance < 0)
return AVERROR(EINVAL);
if (compensation_distance < 0)
return AVERROR(EINVAL);