]> git.sesse.net Git - vlc/blobdiff - include/vlc_video.h
subpicture_t now has a b_pausable attribute. When set to VLC_TRUE (default value...
[vlc] / include / vlc_video.h
index 35f7351fe376904d3c3ab10b95fee7297c4c9f13..f4b8947c9c5576a9034df60c231e35edfde36710 100644 (file)
@@ -246,6 +246,8 @@ struct subpicture_t
     vlc_bool_t      b_ephemer;    /**< If this flag is set to true the subtitle
                                 will be displayed untill the next one appear */
     vlc_bool_t      b_fade;                               /**< enable fading */
+    vlc_bool_t      b_pausable;               /**< subpicture will be paused if
+                                                            stream is paused */
     /**@}*/
 
     subpicture_region_t *p_region;  /**< region list composing this subtitle */