|
From: Dongsu P. <dpa...@gm...> - 2008-01-02 13:50:34
|
Hi, the attached one is a patch to resolve a libsputext bug, which I posted on the xine-user list. Korean(cp949) subtitles(and probably all CJK subtitles) have been unseeable using the current xine-lib, since the changeset 8932 "colored typefaces patch" had been applied. Therefore xine-lib 1.1.8 could not be used for Korean subtitles because it includes #8932. It works without any problem when #8932 is reverted. More deeply, the problem lies with the usage of ogm_render_line() in draw_subtitle() that this->ogm value is not checked beforehead. I don't understand why the check code suddenly disappeared with #8932. Anyway I also tested with the attached simple patch applied to xine-lib 1.1.8. Cheers, Dongsu |