Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-2-2
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-2-2
Commits
060650d5
Commit
060650d5
authored
Jan 26, 2004
by
Laurent Aimar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* playlist: fix for input options.
parent
3b6ac5b0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
src/playlist/playlist.c
src/playlist/playlist.c
+3
-3
No files found.
src/playlist/playlist.c
View file @
060650d5
...
...
@@ -2,7 +2,7 @@
* playlist.c : Playlist management functions
*****************************************************************************
* Copyright (C) 1999-2004 VideoLAN
* $Id: playlist.c,v 1.7
7 2004/01/26 23:07:16
fenrir Exp $
* $Id: playlist.c,v 1.7
8 2004/01/26 23:30:18
fenrir Exp $
*
* Authors: Samuel Hocevar <sam@zoy.org>
*
...
...
@@ -601,9 +601,9 @@ static void PlayItem( playlist_t *p_playlist )
for
(
j
=
0
;
j
<
p_item
->
pp_categories
[
i
]
->
i_infos
;
j
++
)
{
msg_Dbg
(
p_playlist
,
"Option : %s"
,
p_item
->
pp_categories
[
i
]
->
pp_infos
[
j
]
->
psz_
name
);
p_item
->
pp_categories
[
i
]
->
pp_infos
[
j
]
->
psz_
value
);
TAB_APPEND
(
i_options
,
ppsz_options
,
p_item
->
pp_categories
[
i
]
->
pp_infos
[
j
]
->
psz_
nam
e
);
p_item
->
pp_categories
[
i
]
->
pp_infos
[
j
]
->
psz_
valu
e
);
}
break
;
}
...
...
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