mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-24 13:56:33 +02:00
swr: remove unused variable
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
3ab1970612
commit
8514d5bcf7
@ -644,7 +644,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, len1;
|
||||
int ch;
|
||||
int dither_count= FFMAX(out_count, 1<<16);
|
||||
av_assert0(preout != in);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user