Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libavcodec/faanidct.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/faanidct.c b/libavcodec/faanidct.c
index ca82f778ba..bbaaa3fd5d 100644
--- a/libavcodec/faanidct.c
+++ b/libavcodec/faanidct.c
@@ -22,7 +22,7 @@
#include "libavutil/common.h"
/* To allow switching to double. */
-#define FLOAT float
+typedef float FLOAT;
#define B0 1.0000000000000000000000
#define B1 1.3870398453221474618216 // cos(pi*1/16)sqrt(2)