[MPlayer-dev-eng] Something should be change in vobsub.c
Felix Buenemann
atmosfear at users.sourceforge.net
Fri Apr 26 17:40:16 CEST 2002
On Friday 26 April 2002 17:01, 陆 然 wrote:
> Hi,
> i just find i made a stupid mistake in my patch for vobsub subtitles, in
> the funciont vobsub_parse_custom
> if ((strncmp("ON", line + 15, 2) == 0)||strncmp("1", line + 15, 1))
> should be changed to
> if ((strncmp("ON", line + 15, 2) == 0)||strncmp("1", line + 15, 1) == 0)
> and
> else if ((strncmp("OFF", line + 15, 3) == 0)||strncmp("0", line + 15, 1))
> should be changed to
> else if ((strncmp("OFF", line + 15, 3) == 0)||strncmp("0", line + 15, 1) ==
> 0)
> or it will use custom color always, even if palette was found and custom
> color set to OFF,
> sorry for the mistake. hope can be currect soon
ok, fixed in cvs.
> Best Regards,
> LR
>
--
Best Regards,
Atmos
____________________________________________
- MPlayer Developer - http://mplayerhq.hu/ -
____________________________________________
More information about the MPlayer-dev-eng
mailing list