]> git.sesse.net Git - vlc/blobdiff - include/vlc_osd.h
Preferences: don't show empty boxes ('zoom' box bug)
[vlc] / include / vlc_osd.h
index cccc2aed3ea4b51563e28c9e8bd9c38563467631..bfbd4272e9f38fda217d184aed09c036332b9ffe 100644 (file)
@@ -62,8 +62,9 @@ struct spu_t
 
     filter_t *p_blend;                            /**< alpha blending module */
     filter_t *p_text;                              /**< text renderer module */
-    filter_t *p_scale;                                   /**< scaling module */
-    bool b_force_crop;               /**< force cropping of subpicture */
+    filter_t *p_scale_yuvp;                     /**< scaling module for YUVP */
+    filter_t *p_scale;                    /**< scaling module (all but YUVP) */
+    bool b_force_crop;                     /**< force cropping of subpicture */
     int i_crop_x, i_crop_y, i_crop_width, i_crop_height;       /**< cropping */
 
     int i_margin;                        /**< force position of a subpicture */