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
GSoC
GSoC2018
macOS
vlc
Commits
949ecd0d
Commit
949ecd0d
authored
Oct 24, 2003
by
bigben
Browse files
changed input parametter to channel, to be compatble with v4l input
parent
ec8704b3
Changes
1
Show whitespace changes
Inline
Side-by-side
modules/access/pvr/pvr.c
View file @
949ecd0d
...
...
@@ -2,7 +2,7 @@
* pvr.c
*****************************************************************************
* Copyright (C) 2001, 2002 VideoLAN
* $Id: pvr.c,v 1.
8
2003/10/2
3 22:46:16
bigben Exp $
* $Id: pvr.c,v 1.
9
2003/10/2
4 09:32:32
bigben Exp $
*
* Authors: Eric Petit <titer@videolan.org>
*
...
...
@@ -175,11 +175,11 @@ static int Open( vlc_object_t * p_this )
&
psz_parser
,
0
);}
}
else
if
(
!
strncmp
(
psz_parser
,
"
input
="
,
strlen
(
"
input
="
)
)
)
else
if
(
!
strncmp
(
psz_parser
,
"
channel
="
,
strlen
(
"
channel
="
)
)
)
{
p_sys
->
i_input
=
strtol
(
psz_parser
+
strlen
(
"
input
="
),
strtol
(
psz_parser
+
strlen
(
"
channel
="
),
&
psz_parser
,
0
);
}
else
if
(
!
strncmp
(
psz_parser
,
"device="
,
strlen
(
"device="
)
)
)
...
...
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