# HG changeset patch # User mswitch # Date 1017938103 0 # Node ID 846285e8e0b42109102b578aae95eb2f2a1a03c3 # Parent 78bd1fa449c36f73c4c46085ddf74447a1ea5a25 Removed blinking effect from spuenc diff -r 78bd1fa449c3 -r 846285e8e0b4 libvo/spuenc.c --- a/libvo/spuenc.c Thu Apr 04 16:11:09 2002 +0000 +++ b/libvo/spuenc.c Thu Apr 04 16:35:03 2002 +0000 @@ -61,17 +61,17 @@ /* start at x0+2*/ i= controlstart; /* display duration... */ - ed->data[i++]= 0x00; - ed->data[i++]= 0x00; //durration before turn off command occurs +// ed->data[i++]= 0x00; +// ed->data[i++]= 0x00; //durration before turn off command occurs //in 90000/1024 units /* x1 */ - x1=i+4; - ed->data[i++]= x1 >> 8;//location of next command block - ed->data[i++]= x1 & 0xff; +// x1=i+4; +// ed->data[i++]= x1 >> 8;//location of next command block +// ed->data[i++]= x1 & 0xff; /* finish it */ - ed->data[i++]= 0x02;//turn off command - ed->data[i++]= 0xff;//end of command block +// ed->data[i++]= 0x02;//turn off command +// ed->data[i++]= 0xff;//end of command block x1= i; //marker for last command block address /* display duration... */ diff -r 78bd1fa449c3 -r 846285e8e0b4 libvo/vo_dxr3.c --- a/libvo/vo_dxr3.c Thu Apr 04 16:11:09 2002 +0000 +++ b/libvo/vo_dxr3.c Thu Apr 04 16:35:03 2002 +0000 @@ -499,7 +499,7 @@ { if (img_format != IMGFMT_MPEGPES) { vo_draw_text(osd_w, osd_h, draw_alpha); - } else if ((disposd % 30) == 0) { + } else if ((disposd % 15) == 0) { vo_draw_text(osd_w, osd_h, draw_alpha); memset(osdpicbuf, 0, s_width * s_height);