Skip to content
Snippets Groups Projects
Commit 0cff3e13 authored by Michael Niedermayer's avatar Michael Niedermayer
Browse files

swr: remove unused variable

parent 01708893
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment