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
b9f798bf
Commit
b9f798bf
authored
Feb 25, 2002
by
Sam Hocevar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* ./plugins/lirc/lirc.c: removed CVS garbage.
parent
1c467b80
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
5 deletions
+1
-5
plugins/lirc/lirc.c
plugins/lirc/lirc.c
+1
-5
No files found.
plugins/lirc/lirc.c
View file @
b9f798bf
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
* lirc.c : lirc plugin for vlc
* lirc.c : lirc plugin for vlc
*****************************************************************************
*****************************************************************************
* Copyright (C) 2002 VideoLAN
* Copyright (C) 2002 VideoLAN
* $Id: lirc.c,v 1.
8 2002/02/24 20:51:10 gbazin
Exp $
* $Id: lirc.c,v 1.
9 2002/02/25 11:25:22 sam
Exp $
*
*
* Authors: Sigmund Augdal <sigmunau@idi.ntnu.no>
* Authors: Sigmund Augdal <sigmunau@idi.ntnu.no>
*
*
...
@@ -150,11 +150,7 @@ static void intf_Run( intf_thread_t *p_intf )
...
@@ -150,11 +150,7 @@ static void intf_Run( intf_thread_t *p_intf )
/* Manage core vlc functions through the callback */
/* Manage core vlc functions through the callback */
p_intf
->
pf_manage
(
p_intf
);
p_intf
->
pf_manage
(
p_intf
);
<<<<<<<
lirc
.
c
while
(
!
p_intf
->
b_die
&&
lirc_nextcode
(
&
code
)
==
0
)
=======
while
(
!
p_intf
->
b_die
)
while
(
!
p_intf
->
b_die
)
>>>>>>>
1
.
7
{
{
/* Manage core vlc functions through the callback */
/* Manage core vlc functions through the callback */
p_intf
->
pf_manage
(
p_intf
);
p_intf
->
pf_manage
(
p_intf
);
...
...
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