vlc | branch: master | Steve Lhomme <[email protected]> | 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;

_______________________________________________
vlc-commits mailing list
[email protected]
https://mailman.videolan.org/listinfo/vlc-commits

Reply via email to