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

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGanesh Ajjanagadde <gajjanagadde@gmail.com>2015-11-23 00:55:45 +0300
committerGanesh Ajjanagadde <gajjanagadde@gmail.com>2015-11-23 00:56:49 +0300
commit82c5f3178930285f84c42ab4b026ee48d53305ec (patch)
tree00223dc7a09a2a96ead6eb8888399e33d828c1e0 /libavcodec/dct32_template.c
parent61a1ca13ea9f869e8c7423784d12815efc06dc32 (diff)
avcodec/dct32_template: fix typo
Found-by: Clément Bœsch <u@pkh.me> 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 c70396e5f5..e480709ae0 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/2)
+#define COS4_0 FIXHR(M_SQRT1_2)
/* butterfly operator */
#define BF(a, b, c, s)\