]> git.sesse.net Git - vlc/blobdiff - include/vlc_vout.h
Render subpictures in the right order to improve overlap support.
[vlc] / include / vlc_vout.h
index 5d39e1b554ef9f7dc3d3e0da2d8bde25b0def3e6..377448d8c0b98f27be1fe5574dbc661548166470 100644 (file)
@@ -332,6 +332,7 @@ struct subpicture_t
     /** \name Type and flags
        Should NOT be modified except by the vout thread */
     /**@{*/
+    int64_t         i_order;                 /** an increasing unique number */
     int             i_type;                                        /**< type */
     int             i_status;                                     /**< flags */
     subpicture_t *  p_next;               /**< next subtitle to be displayed */