--- trunk/xvidcore/src/xvid.c 2010/11/28 15:19:07 1909 +++ branches/release-1_3-branch/xvidcore/src/xvid.c 2016/01/08 17:40:12 2130 @@ -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-2014 Peter Ross + * 2002-2014 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 @@ -20,7 +20,7 @@ * along with this program ; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * $Id: xvid.c,v 1.85 2010-11-28 15:18:21 Isibaar Exp $ + * $Id$ * ****************************************************************************/ @@ -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 */ @@ -368,7 +367,7 @@ /* Quantization related functions */ quant_h263_intra = quant_h263_intra_mmx; - quant_h263_inter = quant_h263_inter_mmx; + quant_h263_inter = quant_h263_inter_mmx; dequant_h263_intra = dequant_h263_intra_mmx; dequant_h263_inter = dequant_h263_inter_mmx; quant_mpeg_intra = quant_mpeg_intra_mmx; @@ -700,7 +699,7 @@ return XVID_ERR_VERSION; info->actual_version = XVID_VERSION; - info->build = "xvid-1.3.0-dev"; + info->build = "xvid-1.3.5"; info->cpu_flags = detect_cpu_flags(); info->num_threads = 0; /* single-thread */