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
a638c16c
Commit
a638c16c
authored
Mar 28, 2010
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Avformat Don't double unlock
parent
0707e3ff
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
modules/demux/avformat/demux.c
modules/demux/avformat/demux.c
+0
-1
No files found.
modules/demux/avformat/demux.c
View file @
a638c16c
...
...
@@ -212,7 +212,6 @@ int OpenDemux( vlc_object_t *p_this )
vlc_avcodec_lock
();
/* avformat calls avcodec behind our back!!! */
if
(
av_find_stream_info
(
p_sys
->
ic
)
<
0
)
{
vlc_avcodec_unlock
();
msg_Warn
(
p_demux
,
"av_find_stream_info failed"
);
}
vlc_avcodec_unlock
();
...
...
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