diff options
author | Nicolas George <nicolas.george@normalesup.org> | 2011-09-25 13:36:03 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2011-09-28 16:11:01 +0200 |
commit | b592f9bb650be390d6e0de6fa002a82db3b0e69a (patch) | |
tree | f394c32ce602be4b4aead5f8ec6e03e39d327cfd | |
parent | a34869ed7dc83dd2be170fe3d476b5b77435e79e (diff) | |
download | ffmpeg-b592f9bb650be390d6e0de6fa002a82db3b0e69a.tar.gz |
swresample: remove unused variable.
Signed-off-by: Nicolas George <nicolas.george@normalesup.org>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-rw-r--r-- | libswresample/swresample.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libswresample/swresample.c b/libswresample/swresample.c index db2d1df8f8..20a1e641d7 100644 --- a/libswresample/swresample.c +++ b/libswresample/swresample.c @@ -361,7 +361,6 @@ static int resample(SwrContext *s, AudioData *out_param, int out_count, AudioData in, out, tmp; int ret_sum=0; int border=0; - int ch_count= s->resample_first ? s->in.ch_count : s->out.ch_count; tmp=out=*out_param; in = *in_param; |