[FFmpeg-cvslog] libswr/rematrix: 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:35:03 2011 +0200| [a34869ed7dc83dd2be170fe3d476b5b77435e79e] | committer: Michael Niedermayer

libswr/rematrix: 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=a34869ed7dc83dd2be170fe3d476b5b77435e79e
---

 libswresample/rematrix.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/libswresample/rematrix.c b/libswresample/rematrix.c
index eaf7653..87fd35a 100644
--- a/libswresample/rematrix.c
+++ b/libswresample/rematrix.c
@@ -82,7 +82,7 @@ static int sane_layout(int64_t layout){
 }
 
 int swr_rematrix_init(SwrContext *s){
-    int i, j, in_i, out_i;
+    int i, j, out_i;
     double matrix[64][64]={{0}};
     int64_t unaccounted= s->in_ch_layout & ~s->out_ch_layout;
     double maxcoef=0;



More information about the ffmpeg-cvslog mailing list