[vlc-commits] vlc_picture_pool: remove reference to picture_pool_Reset function

Steve Lhomme git at videolan.org
Mon Aug 17 16:45:40 CEST 2020


vlc | branch: master | Steve Lhomme <robux4 at ycbcr.xyz> | Fri Aug 14 10:23:51 2020 +0200| [e020046f5de289404a03b7e1619640dcd35440ec] | committer: Steve Lhomme

vlc_picture_pool: remove reference to picture_pool_Reset function

It doesn't exist.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=e020046f5de289404a03b7e1619640dcd35440ec
---

 include/vlc_picture_pool.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/include/vlc_picture_pool.h b/include/vlc_picture_pool.h
index 4f4010f745..aa5883ee52 100644
--- a/include/vlc_picture_pool.h
+++ b/include/vlc_picture_pool.h
@@ -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 );
 



More information about the vlc-commits mailing list