Browse Source

swr-test: remove unused variable

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
tags/n0.11
Michael Niedermayer 14 years ago
parent
commit
5ef5c02354
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libswresample/swresample_test.c

+ 1
- 1
libswresample/swresample_test.c View File

@@ -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);


Loading…
Cancel
Save