Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc
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
Commits
0706192d
Commit
0706192d
authored
9 years ago
by
Thomas Guillem
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mediacodec: fix psz_name set to NULL
It's allocated and freed from Open/Close now.
parent
94bd3e7f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
modules/codec/omxil/mediacodec.c
modules/codec/omxil/mediacodec.c
+0
-2
No files found.
modules/codec/omxil/mediacodec.c
View file @
0706192d
...
@@ -502,8 +502,6 @@ static void StopMediaCodec(decoder_t *p_dec)
...
@@ -502,8 +502,6 @@ static void StopMediaCodec(decoder_t *p_dec)
if
(
p_sys
->
api
->
b_direct_rendering
)
if
(
p_sys
->
api
->
b_direct_rendering
)
InvalidateAllPictures
(
p_dec
);
InvalidateAllPictures
(
p_dec
);
p_sys
->
psz_name
=
NULL
;
p_sys
->
api
->
stop
(
p_sys
->
api
);
p_sys
->
api
->
stop
(
p_sys
->
api
);
if
(
p_dec
->
fmt_in
.
i_cat
==
VIDEO_ES
&&
p_sys
->
u
.
video
.
p_awh
)
if
(
p_dec
->
fmt_in
.
i_cat
==
VIDEO_ES
&&
p_sys
->
u
.
video
.
p_awh
)
{
{
...
...
This diff is collapsed.
Click to expand it.
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