Commit ab0e8717 authored by Christophe Massiot's avatar Christophe Massiot

Fixed typos, courtesy of Michel Lanners <mlan@cpu.lu>

parent e8640eed
......@@ -2,7 +2,7 @@
* idctaltivec.c : Altivec IDCT module
*****************************************************************************
* Copyright (C) 1999, 2000 VideoLAN
* $Id: idctaltivec.c,v 1.13 2001/09/06 10:19:18 massiot Exp $
* $Id: idctaltivec.c,v 1.14 2001/09/11 22:22:31 massiot Exp $
*
* Authors: Christophe Massiot <massiot@via.ecp.fr>
*
......@@ -99,7 +99,7 @@ static void NormScan( u8 ppi_scan[2][64] )
{
}
static void InitIDCT( void * p_idct_data )
static void InitIDCT( void ** pp_idct_data )
{
}
......
......@@ -2,7 +2,7 @@
* motionaltivec.c : Altivec motion compensation module for vlc
*****************************************************************************
* Copyright (C) 2001 VideoLAN
* $Id: motionaltivec.c,v 1.2 2001/09/06 14:02:56 massiot Exp $
* $Id: motionaltivec.c,v 1.3 2001/09/11 22:22:31 massiot Exp $
*
* Authors: Aaron Holtzman <aholtzma@ess.engr.uvic.ca>
* Paul Mackerras <paulus@linuxcare.com.au>
......@@ -58,7 +58,7 @@ MODULE_CONFIG_STOP
MODULE_INIT_START
p_module->i_capabilities = MODULE_CAPABILITY_NULL
| MODULE_CAPABILITY_MOTION;
p_module->psz_longname = "MMX motion compensation module";
p_module->psz_longname = "Altivec motion compensation module";
MODULE_INIT_STOP
MODULE_ACTIVATE_START
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment