Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-gpu
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-gpu
Commits
916664af
Commit
916664af
authored
Jan 23, 2003
by
Gildas Bazin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* modules/access/dvdread/input.c, modules/control/rc/rc.c: fixed typos.
parent
3838e880
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
modules/access/dvdread/input.c
modules/access/dvdread/input.c
+2
-2
modules/control/rc/rc.c
modules/control/rc/rc.c
+2
-2
No files found.
modules/access/dvdread/input.c
View file @
916664af
...
...
@@ -6,7 +6,7 @@
* It depends on: libdvdread for ifo files and block reading.
*****************************************************************************
* Copyright (C) 2001 VideoLAN
* $Id: input.c,v 1.1
2 2003/01/23 09:58:02 sam
Exp $
* $Id: input.c,v 1.1
3 2003/01/23 10:25:40 gbazin
Exp $
*
* Author: Stphane Borel <stef@via.ecp.fr>
*
...
...
@@ -125,7 +125,7 @@ int E_(InitDVD) ( vlc_object_t *p_this )
if
(
p_demux
->
p_module
==
NULL
)
{
free
(
p_input
->
p_demux_data
);
return
VLC_E
MODULE
;
return
VLC_E
NOMOD
;
}
p_input
->
pf_demux
=
DvdReadDemux
;
...
...
modules/control/rc/rc.c
View file @
916664af
...
...
@@ -2,7 +2,7 @@
* rc.c : remote control stdin/stdout plugin for vlc
*****************************************************************************
* Copyright (C) 2001 VideoLAN
* $Id: rc.c,v 1.2
2 2003/01/23 09:53:55
gbazin Exp $
* $Id: rc.c,v 1.2
3 2003/01/23 10:25:40
gbazin Exp $
*
* Authors: Peter Surda <shurdeek@panorama.sth.ac.at>
*
...
...
@@ -217,7 +217,7 @@ static void Run( intf_thread_t *p_intf )
tv
.
tv_sec
=
0
;
tv
.
tv_usec
=
50000
;
FD_ZERO
(
&
fds
);
FD_SET
(
descr_stdin
,
&
fds
);
FD_SET
(
STDIN_FILENO
,
&
fds
);
i_dummy
=
select
(
STDIN_FILENO
+
1
,
&
fds
,
NULL
,
NULL
,
&
tv
);
if
(
i_dummy
>
0
)
...
...
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