avcodec/dct32_template: fix typo

Found-by: Clément Bœsch <u@pkh.me>
Signed-off-by: Ganesh Ajjanagadde <gajjanagadde@gmail.com>
This commit is contained in:
Ganesh Ajjanagadde 2015-11-22 16:55:45 -05:00
parent 61a1ca13ea
commit 82c5f31789

View File

@ -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)\