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
dfa3adb2
Commit
dfa3adb2
authored
Feb 22, 2007
by
Jean-Paul Saman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Indentation fix
parent
e86b6a0a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
5 deletions
+3
-5
src/playlist/thread.c
src/playlist/thread.c
+3
-5
No files found.
src/playlist/thread.c
View file @
dfa3adb2
...
...
@@ -180,11 +180,10 @@ int playlist_ThreadDestroy( playlist_t * p_playlist )
*/
static
void
RunControlThread
(
playlist_t
*
p_playlist
)
{
int
i_loops
=
0
;
/* Tell above that we're ready */
vlc_thread_ready
(
p_playlist
);
int
i_loops
=
0
;
/* Tell above that we're ready */
vlc_thread_ready
(
p_playlist
);
while
(
!
p_playlist
->
b_die
)
{
i_loops
++
;
...
...
@@ -205,7 +204,6 @@ static void RunControlThread ( playlist_t *p_playlist )
PL_UNLOCK
;
}
}
playlist_LastLoop
(
p_playlist
);
}
...
...
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