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
364e73c3
Commit
364e73c3
authored
Oct 29, 2014
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Unexport picture_pool_NonEmpty()
parent
77d6f399
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
2 deletions
+1
-2
include/vlc_picture_pool.h
include/vlc_picture_pool.h
+1
-1
src/libvlccore.sym
src/libvlccore.sym
+0
-1
No files found.
include/vlc_picture_pool.h
View file @
364e73c3
...
...
@@ -111,7 +111,7 @@ void picture_pool_Reset( picture_pool_t * );
* XXX it should be used with great care, the only reason you may need
* it is to workaround a bug.
*/
VLC_API
void
picture_pool_NonEmpty
(
picture_pool_t
*
);
void
picture_pool_NonEmpty
(
picture_pool_t
*
);
/**
* It reserves picture_count pictures from the given pool and returns
...
...
src/libvlccore.sym
View file @
364e73c3
...
...
@@ -310,7 +310,6 @@ picture_pool_GetSize
picture_pool_New
picture_pool_NewExtended
picture_pool_NewFromFormat
picture_pool_NonEmpty
picture_pool_Reserve
picture_Reset
picture_Setup
...
...
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