From 156ec7764eec11e78de6b7a17cef7679a9e30a63 Mon Sep 17 00:00:00 2001 From: arpi_esp Date: Sun, 4 Mar 2001 21:01:54 +0000 Subject: libmpeg2-0.2.0 merge git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@37 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libmpeg2/idct.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'libmpeg2/idct.c') diff --git a/libmpeg2/idct.c b/libmpeg2/idct.c index 7411e176dd..d78ad49e8d 100644 --- a/libmpeg2/idct.c +++ b/libmpeg2/idct.c @@ -1,6 +1,6 @@ /* * idct.c - * Copyright (C) 1999-2000 Aaron Holtzman + * Copyright (C) 1999-2001 Aaron Holtzman * * Portions of this code are from the MPEG software simulation group * idct implementation. This code will be replaced with a new @@ -52,8 +52,7 @@ #define W6 1108 /* 2048*sqrt (2)*cos (6*pi/16) */ #define W7 565 /* 2048*sqrt (2)*cos (7*pi/16) */ - -// idct main entry point +/* idct main entry point */ void (*idct_block_copy) (int16_t * block, uint8_t * dest, int stride); void (*idct_block_add) (int16_t * block, uint8_t * dest, int stride); -- cgit v1.2.3