[FFmpeg-cvslog] swresample: remove unused variable.
Nicolas George
git at videolan.org
Wed Sep 28 16:31:19 CEST 2011
ffmpeg | branch: master | Nicolas George <nicolas.george at normalesup.org> | Sun Sep 25 13:36:03 2011 +0200| [b592f9bb650be390d6e0de6fa002a82db3b0e69a] | committer: Michael Niedermayer
swresample: remove unused variable.
Signed-off-by: Nicolas George <nicolas.george at normalesup.org>
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=b592f9bb650be390d6e0de6fa002a82db3b0e69a
---
libswresample/swresample.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/libswresample/swresample.c b/libswresample/swresample.c
index db2d1df..20a1e64 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;
More information about the ffmpeg-cvslog
mailing list