mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-26 19:01:44 +02:00
lagarith: fix flipped return value
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
c30d04cedd
commit
44bd50f529
@ -351,7 +351,7 @@ output_zeros:
|
||||
src += i;
|
||||
}
|
||||
}
|
||||
return start - src;
|
||||
return src - start;
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user