]> git.sesse.net Git - vlc/blobdiff - include/vlc_vout.h
Added a subtitle properties to subpicture.
[vlc] / include / vlc_vout.h
index dde94956470082c46c253f411ba7d32180f0e19c..ccc0c4b16312ae0f26b6efdcc9e3b8617d49e2bb 100644 (file)
@@ -364,6 +364,7 @@ struct subpicture_t
     int          i_original_picture_height;/**< original height of the movie */
     bool         b_absolute;                       /**< position is absolute */
     int          i_flags;                                /**< position flags */
+    bool         b_subtitle;            /**< the picture is a movie subtitle */
      /**@}*/
 
     /** Pointer to function that renders this subtitle in a picture */