Commit 5ef5c023 authored by Michael Niedermayer's avatar Michael Niedermayer

swr-test: remove unused variable

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 6e1b0cda
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment