[vlc-commits] display: the pool callback is now optional
    Steve Lhomme 
    git at videolan.org
       
    Fri Jul 19 15:29:46 CEST 2019
    
    
  
vlc | branch: master | Steve Lhomme <robux4 at ycbcr.xyz> | Wed Jul 17 11:16:06 2019 +0200| [17bc3387032a04b214acd34c365334afdea1826d] | committer: Steve Lhomme
display: the pool callback is now optional
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=17bc3387032a04b214acd34c365334afdea1826d
---
 include/vlc_vout_display.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/vlc_vout_display.h b/include/vlc_vout_display.h
index aa00003c8e..879488c3ac 100644
--- a/include/vlc_vout_display.h
+++ b/include/vlc_vout_display.h
@@ -253,7 +253,7 @@ struct vout_display_t {
      */
     vout_display_info_t info;
 
-    /* Return a pointer over the current picture_pool_t* (mandatory).
+    /* Return a pointer over the current picture_pool_t* (optional).
      *
      * For performance reasons, it is best to provide at least count
      * pictures but it is not mandatory.
    
    
More information about the vlc-commits
mailing list