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
4580d2dc
Commit
4580d2dc
authored
Feb 07, 2004
by
Laurent Aimar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* deinterlace: compilation fix.
parent
1916bc59
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
modules/video_filter/deinterlace/deinterlace.c
modules/video_filter/deinterlace/deinterlace.c
+2
-2
No files found.
modules/video_filter/deinterlace/deinterlace.c
View file @
4580d2dc
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
* deinterlace.c : deinterlacer plugin for vlc
* deinterlace.c : deinterlacer plugin for vlc
*****************************************************************************
*****************************************************************************
* Copyright (C) 2000, 2001, 2002, 2003 VideoLAN
* Copyright (C) 2000, 2001, 2002, 2003 VideoLAN
* $Id: deinterlace.c,v 1.2
2 2004/02/03 12:49:53 sigmunau
Exp $
* $Id: deinterlace.c,v 1.2
3 2004/02/07 13:25:50 fenrir
Exp $
*
*
* Author: Sam Hocevar <sam@zoy.org>
* Author: Sam Hocevar <sam@zoy.org>
*
*
...
@@ -175,8 +175,8 @@ static int Create( vlc_object_t *p_this )
...
@@ -175,8 +175,8 @@ static int Create( vlc_object_t *p_this )
p_vout
->
p_sys
->
pf_merge
=
MergeMMX
;
p_vout
->
p_sys
->
pf_merge
=
MergeMMX
;
p_vout
->
p_sys
->
pf_end_merge
=
EndMMX
;
p_vout
->
p_sys
->
pf_end_merge
=
EndMMX
;
}
}
#endif
else
else
#endif
{
{
p_vout
->
p_sys
->
pf_merge
=
MergeGeneric
;
p_vout
->
p_sys
->
pf_merge
=
MergeGeneric
;
p_vout
->
p_sys
->
pf_end_merge
=
NULL
;
p_vout
->
p_sys
->
pf_end_merge
=
NULL
;
...
...
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