Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-1.1
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc-1.1
Commits
ab0e8717
Commit
ab0e8717
authored
Sep 11, 2001
by
Christophe Massiot
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed typos, courtesy of Michel Lanners <mlan@cpu.lu>
parent
e8640eed
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
plugins/idct/idctaltivec.c
plugins/idct/idctaltivec.c
+2
-2
plugins/motion/motionaltivec.c
plugins/motion/motionaltivec.c
+2
-2
No files found.
plugins/idct/idctaltivec.c
View file @
ab0e8717
...
...
@@ -2,7 +2,7 @@
* idctaltivec.c : Altivec IDCT module
*****************************************************************************
* Copyright (C) 1999, 2000 VideoLAN
* $Id: idctaltivec.c,v 1.1
3 2001/09/06 10:19:18
massiot Exp $
* $Id: idctaltivec.c,v 1.1
4 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
*
*
p
p_idct_data
)
{
}
...
...
plugins/motion/motionaltivec.c
View file @
ab0e8717
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment