mirror of
https://github.com/mpv-player/mpv
synced 2025-03-25 04:38:01 +00:00
Disable OSD outside movie, because it's not redrawn currently, user can use -vop expand to get osd outisde movie.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6826 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
ca6b42d079
commit
91802c2ac5
@ -276,7 +276,7 @@ static uint32_t draw_slice(uint8_t *image[], int stride[], int w,int h,int x,int
|
||||
}
|
||||
|
||||
/* Please comment it out if you want have OSD within movie */
|
||||
#define OSD_OUTSIDE_MOVIE 1
|
||||
/*#define OSD_OUTSIDE_MOVIE 1*/
|
||||
|
||||
static void draw_alpha_32(int x0,int y0, int w,int h, unsigned char* src, unsigned char *srca, int stride)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user