ffmpeg | branch: master | tangsha <tan...@kylinos.cn> | Wed Nov 13 23:11:44 
2024 +0800| [8a5b74f98b333227cfa079085d0542d2e276bef9] | committer: Steven Liu

delete unused variable ret

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=8a5b74f98b333227cfa079085d0542d2e276bef9
---

 libavutil/libm.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavutil/libm.h b/libavutil/libm.h
index a819962391..185e486022 100644
--- a/libavutil/libm.h
+++ b/libavutil/libm.h
@@ -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);
 

_______________________________________________
ffmpeg-cvslog mailing list
ffmpeg-cvslog@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog

To unsubscribe, visit link above, or email
ffmpeg-cvslog-requ...@ffmpeg.org with subject "unsubscribe".

Reply via email to