Commit 82c5f317 authored by Ganesh Ajjanagadde's avatar Ganesh Ajjanagadde

avcodec/dct32_template: fix typo

Found-by: 's avatarClément Bœsch <u@pkh.me>
Signed-off-by: 's avatarGanesh Ajjanagadde <gajjanagadde@gmail.com>
parent 61a1ca13
......@@ -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)\
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment