Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
916664af
Commit
916664af
authored
Jan 23, 2003
by
gbazin
Browse files
* modules/access/dvdread/input.c, modules/control/rc/rc.c: fixed typos.
parent
3838e880
Changes
2
Hide whitespace changes
Inline
Side-by-side
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_EMOD
ULE
;
return
VLC_E
NO
MOD
;
}
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
Supports
Markdown
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