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
ca0f0c57
Commit
ca0f0c57
authored
Dec 14, 2004
by
Clément Stenac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove debug messages
parent
01c50946
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
5 deletions
+0
-5
src/playlist/playlist.c
src/playlist/playlist.c
+0
-5
No files found.
src/playlist/playlist.c
View file @
ca0f0c57
...
...
@@ -707,7 +707,6 @@ static void RunPreparse ( playlist_preparse_t *p_obj )
input_Preparse
(
p_playlist
,
p_current
);
var_SetInteger
(
p_playlist
,
"item-change"
,
p_current
->
i_id
);
vlc_mutex_lock
(
&
p_obj
->
object_lock
);
fprintf
(
stderr
,
"END
\n
"
);
}
b_sleep
=
(
p_obj
->
i_waiting
==
0
);
...
...
@@ -919,10 +918,6 @@ static playlist_item_t * NextItem( playlist_t *p_playlist )
playlist_view_t
*
p_view
=
playlist_ViewFind
(
p_playlist
,
p_playlist
->
status
.
i_view
);
fprintf
(
stderr
,
"Finding next of %s within %s, view %i
\n
"
,
p_playlist
->
status
.
p_item
?
p_playlist
->
status
.
p_item
->
input
.
psz_name
:
"coincoin"
,
p_playlist
->
status
.
p_node
->
input
.
psz_name
,
p_playlist
->
status
.
i_view
)
;
p_new
=
playlist_FindNextFromParent
(
p_playlist
,
p_playlist
->
status
.
i_view
,
p_view
->
p_root
,
...
...
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