Skip to content
Snippets Groups Projects
Commit e020046f authored by Steve Lhomme's avatar Steve Lhomme
Browse files

vlc_picture_pool: remove reference to picture_pool_Reset function

It doesn't exist.
parent d01f93b8
No related branches found
No related tags found
No related merge requests found
Pipeline #21029 passed with stage
in 40 minutes and 2 seconds
......@@ -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 );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment