mirror of
https://mirror.skon.top/https://github.com/FFmpeg/FFmpeg
synced 2026-04-20 21:00:41 +08:00
delete unused variable ret
This commit is contained in:
@@ -365,7 +365,7 @@ static av_always_inline av_const int avpriv_isfinite(double x)
|
||||
#if !HAVE_HYPOT
|
||||
static inline av_const double hypot(double x, double y)
|
||||
{
|
||||
double ret, temp;
|
||||
double temp;
|
||||
x = fabs(x);
|
||||
y = fabs(y);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user