Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-gpu
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-gpu
Commits
003d86fa
Commit
003d86fa
authored
Feb 14, 2009
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Privatize vout_Snapshot()
parent
8a28a8df
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
2 deletions
+0
-2
include/vlc_vout.h
include/vlc_vout.h
+0
-1
src/libvlccore.sym
src/libvlccore.sym
+0
-1
No files found.
include/vlc_vout.h
View file @
003d86fa
...
...
@@ -676,7 +676,6 @@ VLC_EXPORT( void, vout_PlacePicture, ( const vout_thread_t *, unsig
VLC_EXPORT
(
int
,
vout_vaControlDefault
,
(
vout_thread_t
*
,
int
,
va_list
)
);
void
vout_IntfInit
(
vout_thread_t
*
);
VLC_EXPORT
(
int
,
vout_Snapshot
,
(
vout_thread_t
*
p_vout
,
picture_t
*
p_pic
)
);
VLC_EXPORT
(
void
,
vout_EnableFilter
,
(
vout_thread_t
*
,
char
*
,
bool
,
bool
)
);
...
...
src/libvlccore.sym
View file @
003d86fa
...
...
@@ -540,7 +540,6 @@ __vout_Request
vout_RequestWindow
vout_ShowTextAbsolute
vout_ShowTextRelative
vout_Snapshot
vout_UnlinkPicture
vout_vaControlDefault
__xml_Create
...
...
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