From 82c5f3178930285f84c42ab4b026ee48d53305ec Mon Sep 17 00:00:00 2001 From: Ganesh Ajjanagadde Date: Sun, 22 Nov 2015 16:55:45 -0500 Subject: avcodec/dct32_template: fix typo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Found-by: Clément Bœsch Signed-off-by: Ganesh Ajjanagadde --- libavcodec/dct32_template.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/dct32_template.c') 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)\ -- cgit v1.2.3