[FFmpeg-cvslog] avcodec/dct32_template: fix typo
Ganesh Ajjanagadde
git at videolan.org
Sun Nov 22 22:57:59 CET 2015
ffmpeg | branch: master | Ganesh Ajjanagadde <gajjanagadde at gmail.com> | Sun Nov 22 16:55:45 2015 -0500| [82c5f3178930285f84c42ab4b026ee48d53305ec] | committer: Ganesh Ajjanagadde
avcodec/dct32_template: fix typo
Found-by: Clément Bœsch <u at pkh.me>
Signed-off-by: Ganesh Ajjanagadde <gajjanagadde at gmail.com>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=82c5f3178930285f84c42ab4b026ee48d53305ec
---
libavcodec/dct32_template.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavcodec/dct32_template.c b/libavcodec/dct32_template.c
index c70396e..e480709 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)\
More information about the ffmpeg-cvslog
mailing list