Commit 8514d5bc authored by Michael Niedermayer's avatar Michael Niedermayer

swr: remove unused variable

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 3ab19706
...@@ -644,7 +644,7 @@ static int swr_convert_internal(struct SwrContext *s, AudioData *out, int out_co ...@@ -644,7 +644,7 @@ static int swr_convert_internal(struct SwrContext *s, AudioData *out, int out_co
if(preout != out && out_count){ if(preout != out && out_count){
if(s->dither.method){ if(s->dither.method){
int ch, len1; int ch;
int dither_count= FFMAX(out_count, 1<<16); int dither_count= FFMAX(out_count, 1<<16);
av_assert0(preout != in); av_assert0(preout != in);
......
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