Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
92cae559
Commit
92cae559
authored
Jun 05, 2002
by
Stéphane Borel
Browse files
* Release vout when we close spudec.
parent
85ec3935
Changes
1
Hide whitespace changes
Inline
Side-by-side
plugins/spudec/spu_decoder.c
View file @
92cae559
...
...
@@ -2,7 +2,7 @@
* spu_decoder.c : spu decoder thread
*****************************************************************************
* Copyright (C) 2000-2001 VideoLAN
* $Id: spu_decoder.c,v 1.2
7
2002/06/0
2 23
:1
1
:4
8
s
am
Exp $
* $Id: spu_decoder.c,v 1.2
8
2002/06/0
5 18
:1
8
:4
9
s
tef
Exp $
*
* Authors: Samuel Hocevar <sam@zoy.org>
* Rudolf Cornelissen <rag.cornelissen@inter.nl.net>
...
...
@@ -214,6 +214,8 @@ static void EndThread( spudec_thread_t *p_spudec )
vout_DestroySubPicture
(
p_spudec
->
p_vout
,
p_subpic
);
}
}
vlc_object_release
(
p_spudec
->
p_vout
);
}
free
(
p_spudec
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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