]> git.sesse.net Git - vlc/blobdiff - include/vlc_vout.h
Removed useless width/height fields in subpicture_t.
[vlc] / include / vlc_vout.h
index 1062b6e8fb6a7182b5027bc4c6bc2445040df122..ef53fc86f6db254ca1b6eb3060e3b79a5de5892b 100644 (file)
@@ -355,8 +355,6 @@ struct subpicture_t
     /**@{*/
     int          i_x;                    /**< offset from alignment position */
     int          i_y;                    /**< offset from alignment position */
-    int          i_width;                                 /**< picture width */
-    int          i_height;                               /**< picture height */
     int          i_alpha;                                  /**< transparency */
     int          i_original_picture_width;  /**< original width of the movie */
     int          i_original_picture_height;/**< original height of the movie */