X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=include%2Fvlc_osd.h;h=bfbd4272e9f38fda217d184aed09c036332b9ffe;hb=6903d514d3ea8113f91b1bedde862607f7efc92a;hp=cccc2aed3ea4b51563e28c9e8bd9c38563467631;hpb=fbb8255dcf8ced858d59927cb17c4f577a8d9c15;p=vlc diff --git a/include/vlc_osd.h b/include/vlc_osd.h index cccc2aed3e..bfbd4272e9 100644 --- a/include/vlc_osd.h +++ b/include/vlc_osd.h @@ -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 */