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
d15c09f2
Commit
d15c09f2
authored
Mar 25, 2012
by
Jean-Paul Saman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
VAAPI: privatie vlc_va_get_conn()
The function vlc_va_get_conn() is only used inside va.c.
parent
7d8a7ed6
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
5 deletions
+1
-5
modules/codec/avcodec/va.c
modules/codec/avcodec/va.c
+1
-1
modules/codec/avcodec/vaapi.h
modules/codec/avcodec/vaapi.h
+0
-4
No files found.
modules/codec/avcodec/va.c
View file @
d15c09f2
...
...
@@ -133,7 +133,7 @@ static vlc_va_conn_t vlc_va_conn = {
};
/* */
vlc_va_conn_t
*
vlc_va_get_conn
(
void
)
static
vlc_va_conn_t
*
vlc_va_get_conn
(
void
)
{
return
(
vlc_va_conn_t
*
)
&
vlc_va_conn
;
}
...
...
modules/codec/avcodec/vaapi.h
View file @
d15c09f2
...
...
@@ -49,10 +49,6 @@ struct vlc_va_conn_t
void
(
*
destroy_surfaces
)(
vlc_va_conn_t
*
conn
);
};
/* Retrieve shared connection struct */
vlc_va_conn_t
*
vlc_va_get_conn
(
void
);
/* Initialize shared connection to libva */
vlc_va_conn_t
*
vlc_va_Initialize
(
Display
*
display
);
...
...
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