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
65a15323
Commit
65a15323
authored
Feb 08, 2003
by
Christophe Massiot
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed previous commit.
parent
461358ec
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
src/input/input.c
src/input/input.c
+5
-5
No files found.
src/input/input.c
View file @
65a15323
...
...
@@ -4,7 +4,7 @@
* decoders.
*****************************************************************************
* Copyright (C) 1998-2002 VideoLAN
* $Id: input.c,v 1.22
2 2003/02/08 22:20:28
massiot Exp $
* $Id: input.c,v 1.22
3 2003/02/08 22:43:02
massiot Exp $
*
* Authors: Christophe Massiot <massiot@via.ecp.fr>
*
...
...
@@ -378,10 +378,10 @@ static int InitThread( input_thread_t * p_input )
psz_parser
++
;
}
#if defined( WIN32 ) || defined( UNDER_CE )
if
(
psz_parser
-
p_input
->
psz_source
==
1
)
if
(
psz_parser
-
p_input
->
psz_
dup
source
==
1
)
{
msg_Warn
(
p_input
,
"drive letter %c: found in source string"
,
p_input
->
psz_source
[
0
]
)
;
p_input
->
psz_
dup
source
[
0
]
)
;
psz_parser
=
""
;
}
#endif
...
...
@@ -390,7 +390,7 @@ static int InitThread( input_thread_t * p_input )
{
p_input
->
psz_access
=
p_input
->
psz_demux
=
""
;
p_input
->
psz_name
=
p_input
->
psz_source
;
free
(
p_input
->
psz_dupsource
);
free
(
p_input
->
psz_dupsource
);
p_input
->
psz_dupsource
=
NULL
;
}
else
...
...
@@ -406,7 +406,7 @@ static int InitThread( input_thread_t * p_input )
p_input
->
psz_name
=
psz_parser
;
/* Come back to parse the access and demux plug-ins */
psz_parser
=
p_input
->
psz_source
;
psz_parser
=
p_input
->
psz_
dup
source
;
if
(
!*
psz_parser
)
{
...
...
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