--- branches/release-1_3-branch/xvidcore/src/xvid.c 2011/10/25 10:57:35 2052 +++ branches/release-1_3-branch/xvidcore/src/xvid.c 2014/04/08 20:19:42 2082 @@ -3,8 +3,8 @@ * XVID MPEG-4 VIDEO CODEC * - Native API implementation - * - * Copyright(C) 2001-2011 Peter Ross - * 2002-2011 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 @@ -367,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;