Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-2-2
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-2-2
Commits
7765d6b8
Commit
7765d6b8
authored
Oct 23, 2008
by
Laurent Aimar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed a comment.
parent
f1670436
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/input/decoder.c
src/input/decoder.c
+2
-2
No files found.
src/input/decoder.c
View file @
7765d6b8
...
...
@@ -303,7 +303,7 @@ void input_DecoderDelete( decoder_t *p_dec )
vlc_thread_join
(
p_dec
);
/* Don't module_unneed() here because of the dll loader that wants
* close() in the same thread than
open()/
decode() */
* close() in the same thread than decode() */
/* */
if
(
p_dec
->
p_owner
->
cc
.
b_supported
)
...
...
@@ -794,7 +794,7 @@ static void *DecoderThread( vlc_object_t *p_this )
DecoderSignalBuffering
(
p_dec
,
true
);
/* We do it here because of the dll loader that wants close() in the
* same thread than
open()/
decode() */
* same thread than decode() */
module_unneed
(
p_dec
,
p_dec
->
p_module
);
vlc_restorecancel
(
canc
);
return
NULL
;
...
...
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