mirror of
https://github.com/mpv-player/mpv
synced 2025-01-29 11:12:56 +00:00
Change type of teletext color specification from unsigned char
to static const uint8_t git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29863 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
7f8d660be5
commit
509475ec2c
@ -312,7 +312,7 @@ inline static void vo_update_text_teletext(mp_osd_obj_t *obj, int dxs, int dys)
|
||||
int b,ax[6],ay[6],aw[6],ah[6];
|
||||
tt_char tc;
|
||||
tt_char* tdp=vo_osd_teletext_page;
|
||||
unsigned char colors[8]={1,85,150,226,70,105,179,254};
|
||||
static const uint8_t colors[8]={1,85,150,226,70,105,179,254};
|
||||
unsigned char* buf[9];
|
||||
|
||||
obj->flags|=OSDFLAG_CHANGED|OSDFLAG_VISIBLE;
|
||||
|
Loading…
Reference in New Issue
Block a user