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
54afb104
Commit
54afb104
authored
Nov 27, 2013
by
Rafaël Carré
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
decoder: cosmetics
parent
62f25ef1
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
4 deletions
+1
-4
src/input/decoder.c
src/input/decoder.c
+1
-4
No files found.
src/input/decoder.c
View file @
54afb104
...
...
@@ -2116,9 +2116,7 @@ static void DeleteDecoder( decoder_t * p_dec )
if
(
p_dec
->
fmt_out
.
i_cat
==
SPU_ES
)
{
vout_thread_t
*
p_vout
;
p_vout
=
input_resource_HoldVout
(
p_owner
->
p_resource
);
vout_thread_t
*
p_vout
=
input_resource_HoldVout
(
p_owner
->
p_resource
);
if
(
p_vout
)
{
if
(
p_owner
->
p_spu_vout
==
p_vout
)
...
...
@@ -2520,4 +2518,3 @@ static void spu_del_buffer( decoder_t *p_dec, subpicture_t *p_subpic )
vlc_object_release
(
p_vout
);
}
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