mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-24 13:56:33 +02:00
delete unused variable ret
This commit is contained in:
parent
1912c86af6
commit
8a5b74f98b
@ -365,7 +365,7 @@ static av_always_inline av_const int avpriv_isfinite(double x)
|
|||||||
#if !HAVE_HYPOT
|
#if !HAVE_HYPOT
|
||||||
static inline av_const double hypot(double x, double y)
|
static inline av_const double hypot(double x, double y)
|
||||||
{
|
{
|
||||||
double ret, temp;
|
double temp;
|
||||||
x = fabs(x);
|
x = fabs(x);
|
||||||
y = fabs(y);
|
y = fabs(y);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user