From 5ef5c0235480b2023de34acd3169373939807684 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Sun, 1 Apr 2012 22:24:06 +0200 Subject: swr-test: remove unused variable Signed-off-by: Michael Niedermayer --- libswresample/swresample_test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libswresample/swresample_test.c b/libswresample/swresample_test.c index b1e195fd04..1af03a5d82 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); -- cgit v1.2.3