]> git.sesse.net Git - vlc/blobdiff - include/vlc_vout.h
Removed b_pausable flag in favour of b_subtitle.
[vlc] / include / vlc_vout.h
index ccc0c4b16312ae0f26b6efdcc9e3b8617d49e2bb..1062b6e8fb6a7182b5027bc4c6bc2445040df122 100644 (file)
@@ -344,8 +344,6 @@ struct subpicture_t
     bool            b_ephemer;    /**< If this flag is set to true the subtitle
                                 will be displayed untill the next one appear */
     bool            b_fade;                               /**< enable fading */
-    bool            b_pausable;               /**< subpicture will be paused if
-                                                            stream is paused */
     /**@}*/
 
     subpicture_region_t *p_region;  /**< region list composing this subtitle */