mirror of https://git.ffmpeg.org/ffmpeg.git
swr-test: remove unused variable
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
6e1b0cdad9
commit
5ef5c02354
|
@ -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…
Reference in New Issue