Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
GSoC
GSoC2018
macOS
vlc
Commits
f3b97438
Commit
f3b97438
authored
Jun 01, 2008
by
Rémi Denis-Courmont
Browse files
Preparser: yield the playlist (NSDRCID 1)
(Not-So-Dumb-References-Checker IDentifier one)
parent
48c51ebb
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/playlist/engine.c
View file @
f3b97438
...
...
@@ -479,7 +479,7 @@ void playlist_LastLoop( playlist_t *p_playlist )
*/
void
playlist_PreparseLoop
(
playlist_preparse_t
*
p_obj
)
{
playlist_t
*
p_playlist
=
(
pl
aylist_t
*
)
p_obj
->
p_parent
;
playlist_t
*
p_playlist
=
pl
_Yield
(
p_obj
)
;
input_item_t
*
p_current
;
int
i_activity
;
...
...
@@ -557,6 +557,7 @@ void playlist_PreparseLoop( playlist_preparse_t *p_obj )
vlc_object_lock
(
p_obj
);
}
vlc_object_unlock
(
p_obj
);
pl_Release
(
p_obj
);
}
/**
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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