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
458
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
e020046f
Commit
e020046f
authored
4 years ago
by
Steve Lhomme
Browse files
Options
Downloads
Patches
Plain Diff
vlc_picture_pool: remove reference to picture_pool_Reset function
It doesn't exist.
parent
d01f93b8
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#21029
passed with stage
Stage:
in 40 minutes and 2 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
include/vlc_picture_pool.h
+0
-1
0 additions, 1 deletion
include/vlc_picture_pool.h
with
0 additions
and
1 deletion
include/vlc_picture_pool.h
+
0
−
1
View file @
e020046f
...
...
@@ -109,7 +109,6 @@ VLC_API picture_t *picture_pool_Wait(picture_pool_t *) VLC_USED;
*
* It won't return any pictures via picture_pool_Get or picture_pool_Wait if
* canceled is true. This function will also unblock picture_pool_Wait.
* picture_pool_Reset will also reset the cancel state to false.
*/
void
picture_pool_Cancel
(
picture_pool_t
*
,
bool
canceled
);
...
...
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