X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=include%2Fvlc_osd.h;h=bfbd4272e9f38fda217d184aed09c036332b9ffe;hb=4e9597b800d1140dfab1cf33c3df8c608d58878f;hp=2102470f23166dff6d8eca132690de1d739fad70;hpb=e259db6fefa6941b1a9cc2c01de8536c53b3ec01;p=vlc diff --git a/include/vlc_osd.h b/include/vlc_osd.h index 2102470f23..bfbd4272e9 100644 --- a/include/vlc_osd.h +++ b/include/vlc_osd.h @@ -27,10 +27,6 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA. *****************************************************************************/ -#if !defined( __LIBVLC__ ) - #error You are not libvlc or one of its plugins. You cannot include this file -#endif - #ifndef _VLC_OSD_H #define _VLC_OSD_H 1 @@ -66,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 */