]> git.sesse.net Git - vlc/blobdiff - include/vlc_vout_display.h
Make it possible to flag blocks as interlaced and use in rawvideo and v4l2.
[vlc] / include / vlc_vout_display.h
index 5ac63e9b3eec2c398c82e5238b97a128eebb9228..f7c1677a4a580b889b4055b4231ae8546050be9e 100644 (file)
@@ -138,7 +138,7 @@ enum {
 
     /* Ask the module to acknowledge/refuse the display size change requested
      * (externally or by VOUT_DISPLAY_EVENT_DISPLAY_SIZE) */
-    VOUT_DISPLAY_CHANGE_DISPLAY_SIZE,   /* const vout_display_cfg_t *p_cfg */
+    VOUT_DISPLAY_CHANGE_DISPLAY_SIZE,   /* const vout_display_cfg_t *p_cfg, int is_forced */
 
     /* Ask the module to acknowledge/refuse fill display state change after
      * being requested externally */
@@ -293,7 +293,7 @@ struct vout_display_t {
     /* Control on the module (mandatory) */
     int        (*control)(vout_display_t *, int, va_list);
 
-    /* Manage pending event (mandatory for now) */
+    /* Manage pending event (optional) */
     void       (*manage)(vout_display_t *);
 
     /* Private place holder for the vout_display_t module (optional)