[FFmpeg-cvslog] swr-test: remove unused variable

Michael Niedermayer git at videolan.org
Sun Apr 1 22:50:25 CEST 2012


ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Sun Apr  1 22:24:06 2012 +0200| [5ef5c0235480b2023de34acd3169373939807684] | committer: Michael Niedermayer

swr-test: remove unused variable

Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=5ef5c0235480b2023de34acd3169373939807684
---

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

diff --git a/libswresample/swresample_test.c b/libswresample/swresample_test.c
index b1e195f..1af03a5 100644
--- a/libswresample/swresample_test.c
+++ b/libswresample/swresample_test.c
@@ -68,7 +68,7 @@ static void  set(uint8_t *a[], int ch, int index, int ch_count, enum AVSampleFor
 }
 
 static void shift(uint8_t *a[], int index, int ch_count, enum AVSampleFormat f){
-    int i, ch;
+    int ch;
 
     if(av_sample_fmt_is_planar(f)){
         f= av_get_alt_sample_fmt(f, 0);



More information about the ffmpeg-cvslog mailing list