diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2012-04-01 22:24:06 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2012-04-01 22:24:06 +0200 |
commit | 5ef5c0235480b2023de34acd3169373939807684 (patch) | |
tree | 4c85e1c77dea0fb3bb6392421e341ccfbe394b17 /libswresample/swresample_test.c | |
parent | 6e1b0cdad91e949a8a49edd91ccd07e7cf555dbe (diff) | |
download | ffmpeg-5ef5c0235480b2023de34acd3169373939807684.tar.gz |
swr-test: remove unused variable
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libswresample/swresample_test.c')
-rw-r--r-- | 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 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); |