git.videolan.org
/
ffmpeg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
avresample: Remove an unused variable
[ffmpeg.git]
/
libavresample
/
resample.c
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;
- AudioData *fifo_buf = NULL;
if (compensation_distance < 0)
return AVERROR(EINVAL);