Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
VLC
Manage
Activity
Members
Labels
Plan
Issues
4k
Issue boards
Milestones
Code
Merge requests
451
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
VideoLAN
VLC
Commits
88e9f04f
Commit
88e9f04f
authored
5 years ago
by
Thomas Guillem
Browse files
Options
Downloads
Patches
Plain Diff
input: remove unused input_resource_Terminate() function
parent
f45fa869
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
include/vlc_decoder.h
+0
-5
0 additions, 5 deletions
include/vlc_decoder.h
src/input/resource.c
+0
-8
0 additions, 8 deletions
src/input/resource.c
src/input/resource.h
+0
-5
0 additions, 5 deletions
src/input/resource.h
src/libvlccore.sym
+0
-1
0 additions, 1 deletion
src/libvlccore.sym
with
0 additions
and
19 deletions
include/vlc_decoder.h
+
0
−
5
View file @
88e9f04f
...
...
@@ -64,11 +64,6 @@ VLC_API void input_resource_Release( input_resource_t * );
*/
VLC_API
void
input_resource_TerminateVout
(
input_resource_t
*
);
/**
* This function releases all resources (object).
*/
VLC_API
void
input_resource_Terminate
(
input_resource_t
*
);
/**
* \return the current audio output if any.
* Use aout_Release() to drop the reference.
...
...
This diff is collapsed.
Click to expand it.
src/input/resource.c
+
0
−
8
View file @
88e9f04f
...
...
@@ -546,11 +546,3 @@ void input_resource_TerminateSout( input_resource_t *p_resource )
{
input_resource_RequestSout
(
p_resource
,
NULL
,
NULL
);
}
void
input_resource_Terminate
(
input_resource_t
*
p_resource
)
{
input_resource_TerminateSout
(
p_resource
);
input_resource_ResetAout
(
p_resource
);
input_resource_TerminateVout
(
p_resource
);
}
This diff is collapsed.
Click to expand it.
src/input/resource.h
+
0
−
5
View file @
88e9f04f
...
...
@@ -61,11 +61,6 @@ vout_thread_t *input_resource_HoldDummyVout( input_resource_t * );
*/
void
input_resource_HoldVouts
(
input_resource_t
*
,
vout_thread_t
***
,
size_t
*
);
/**
* This function releases all resources (object).
*/
void
input_resource_Terminate
(
input_resource_t
*
);
void
input_resource_StopFreeVout
(
input_resource_t
*
);
/**
...
...
This diff is collapsed.
Click to expand it.
src/libvlccore.sym
+
0
−
1
View file @
88e9f04f
...
...
@@ -209,7 +209,6 @@ input_item_parser_id_Release
input_resource_New
input_resource_Release
input_resource_TerminateVout
input_resource_Terminate
input_resource_GetAout
input_resource_HoldAout
input_resource_PutAout
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment