Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Steve Lhomme
VLC
Commits
d962b50e
Commit
d962b50e
authored
Jun 29, 2008
by
Laurent Aimar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removed an invalid lock.
parent
791b55cf
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
src/video_output/video_output.c
src/video_output/video_output.c
+0
-1
No files found.
src/video_output/video_output.c
View file @
d962b50e
...
...
@@ -1092,7 +1092,6 @@ static void RunThread( vout_thread_t *p_vout)
I_OUTPUTPICTURES
=
I_RENDERPICTURES
=
0
;
vlc_mutex_lock
(
&
p_vout
->
change_lock
);
// FIXME is that valid ?
p_vout
->
b_error
=
InitThread
(
p_vout
);
vlc_mutex_unlock
(
&
p_vout
->
picture_lock
);
...
...
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