--- trunk/xvidcore/src/xvid.c 2011/05/16 10:09:26 1977 +++ trunk/xvidcore/src/xvid.c 2011/05/16 16:19:06 1978 @@ -3,8 +3,8 @@ * XVID MPEG-4 VIDEO CODEC * - Native API implementation - * - * Copyright(C) 2001-2004 Peter Ross - * 2002-2010 Michael Militzer + * Copyright(C) 2001-2011 Peter Ross + * 2002-2011 Michael Militzer * * This program is free software ; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -206,7 +206,6 @@ cpu_flags = (init->cpu_flags & XVID_CPU_FORCE) ? init->cpu_flags : detect_cpu_flags(); /* Initialize the function pointers */ - idct_int32_init(); init_vlc_tables(); /* Fixed Point Forward/Inverse DCT transformations */