mirror of https://git.ffmpeg.org/ffmpeg.git
swr: remove unused variable
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
0170889372
commit
0cff3e130b
|
@ -512,7 +512,7 @@ static int swr_convert_internal(struct SwrContext *s, AudioData *out, int out_co
|
|||
|
||||
if(preout != out && out_count){
|
||||
if(s->dither_method){
|
||||
int ch, i;
|
||||
int ch;
|
||||
av_assert0(preout != in);
|
||||
|
||||
if((ret=realloc_audio(&s->dither, out_count))<0)
|
||||
|
|
Loading…
Reference in New Issue