[vlc-commits] display: has_pictures_invalid means it can handle the RESET_PICTURES control

Steve Lhomme git at videolan.org
Wed Jan 16 13:40:17 CET 2019


vlc | branch: master | Steve Lhomme <robux4 at ycbcr.xyz> | Wed Jan 16 13:37:12 2019 +0100| [49f745a12a148d5871390cda5d4ee09fc1b20c7d] | committer: Steve Lhomme

display: has_pictures_invalid means it can handle the RESET_PICTURES control

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

 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 3e7d89b5f5..5ea5c6e43d 100644
--- a/include/vlc_vout_display.h
+++ b/include/vlc_vout_display.h
@@ -108,7 +108,7 @@ typedef struct {
 typedef struct {
     bool is_slow;                           /* The picture memory has slow read/write */
     bool has_double_click;                  /* Is double-click generated */
-    bool has_pictures_invalid;              /* May invoke vout_display_SendEventPicturesInvalid() */
+    bool has_pictures_invalid;              /* Can handle VOUT_DISPLAY_RESET_PICTURES */
     bool can_scale_spu;                     /* Handles subpictures with a non default zoom factor */
     const vlc_fourcc_t *subpicture_chromas; /* List of supported chromas for subpicture rendering. */
 } vout_display_info_t;



More information about the vlc-commits mailing list