Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-1.1
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-1.1
Commits
88d96cf4
Commit
88d96cf4
authored
Jun 08, 2006
by
Clément Stenac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
nom de dieu de putain de merde de saloperie de chiure de putasserie de bordel de couille
parent
fd7ce755
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
4 deletions
+2
-4
src/playlist/engine.c
src/playlist/engine.c
+2
-4
No files found.
src/playlist/engine.c
View file @
88d96cf4
...
...
@@ -201,12 +201,10 @@ void playlist_MainLoop( playlist_t *p_playlist )
/* FIXME : this can be called several times */
if
(
p_playlist
->
request
.
b_request
)
{
if
(
p_playlist
->
request
.
i_status
==
PLAYLIST_STOPPED
)
p_playlist
->
request
.
b_request
=
VLC_FALSE
;
PL_DEBUG
(
"incoming request - stopping current input"
);
/* Stop the existing input */
if
(
p_playlist
->
p_input
)
if
(
p_playlist
->
p_input
&&
!
p_playlist
->
p_input
->
b_die
)
{
PL_DEBUG
(
"incoming request - stopping current input"
);
input_StopThread
(
p_playlist
->
p_input
);
}
}
...
...
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