Commit 0cff3e13 authored by Michael Niedermayer's avatar Michael Niedermayer

swr: remove unused variable

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 01708893
......@@ -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)
......
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