summaryrefslogtreecommitdiff
path: root/libavcodec/dct32_template.c
diff options
context:
space:
mode:
authorGanesh Ajjanagadde <gajjanagadde@gmail.com>2015-11-22 17:01:12 -0500
committerGanesh Ajjanagadde <gajjanagadde@gmail.com>2015-11-22 17:01:42 -0500
commit90ccfdb65bc0a912bf365d7fa2961dcb591c1b89 (patch)
tree147cc78cafcbd1140e64b76c0684d721fdae8f60 /libavcodec/dct32_template.c
parent82c5f3178930285f84c42ab4b026ee48d53305ec (diff)
Revert "avcodec/dct32_template: fix typo"
This reverts commit 82c5f3178930285f84c42ab4b026ee48d53305ec. Signed-off-by: Ganesh Ajjanagadde <gajjanagadde@gmail.com>
Diffstat (limited to 'libavcodec/dct32_template.c')
-rw-r--r--libavcodec/dct32_template.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/dct32_template.c b/libavcodec/dct32_template.c
index e480709ae0..c70396e5f5 100644
--- a/libavcodec/dct32_template.c
+++ b/libavcodec/dct32_template.c
@@ -73,7 +73,7 @@
#define COS3_0 FIXHR(0.54119610014619698439/2)
#define COS3_1 FIXHR(1.30656296487637652785/4)
-#define COS4_0 FIXHR(M_SQRT1_2)
+#define COS4_0 FIXHR(M_SQRT1_2/2)
/* butterfly operator */
#define BF(a, b, c, s)\