Browse Source

swr: remove unused variable

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
tags/n0.11
Michael Niedermayer 13 years ago
parent
commit
87688727e4
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      libswresample/swresample.c

+ 0
- 1
libswresample/swresample.c View File

@@ -545,7 +545,6 @@ int swr_convert(struct SwrContext *s, uint8_t *out_arg[SWR_CH_MAX], int out_coun
AudioData tmp= *in;
int ret2=0;
int ret, size;
int in_buffer_count= s->in_buffer_count;
size = FFMIN(out_count, s->in_buffer_count);
if(size){
buf_set(&tmp, &s->in_buffer, s->in_buffer_index);


Loading…
Cancel
Save