# HG changeset patch # User diego # Date 1092253223 0 # Node ID 114de434aabed595b8adb86de4d8190d73f95efc # Parent 46e7527c83b0d3bbb9a390fa94d1111951061f25 typo diff -r 46e7527c83b0 -r 114de434aabe ChangeLog --- a/ChangeLog Wed Aug 11 19:36:54 2004 +0000 +++ b/ChangeLog Wed Aug 11 19:40:23 2004 +0000 @@ -1000,7 +1000,7 @@ * MEncoder: set keyframe flag on audio packets, fixes Windows seeking * loader: fixed 2 10l bugs, ATI VCR2 DLL now works. using new style CS code. * demux_avi: always use block counter even if dwSampleSize!=0, fixes samples - * SPU decoder (DVD/VOB subs): fixed 2 major bugs causing lost subtitles + * SPU decoder (DVD/VOBsubs): fixed 2 major bugs causing lost subtitles * various memory leak fixes (valgrind rulez :) * fixed RealAudio SIPR(O) codec (the wrapper didn't find the dspr.so.6) * mms:// audio (radio) streaming fixed diff -r 46e7527c83b0 -r 114de434aabe DOCS/xml/en/install.xml --- a/DOCS/xml/en/install.xml Wed Aug 11 19:36:54 2004 +0000 +++ b/DOCS/xml/en/install.xml Wed Aug 11 19:40:23 2004 +0000 @@ -774,10 +774,10 @@ Font should have appropriate font.desc file which maps unicode font positions to the actual code page of the subtitles - text. Other solution is to have subtitles encoded in UTF8 encoding and + text. Other solution is to have subtitles encoded in UTF-8 encoding and use option or just name the subtitles file <video_name>.utf and have it in the same dir - as the video file. Recoding from different codepages to UTF8 could be + as the video file. Recoding from different codepages to UTF-8 could be done by using konwert or iconv programs.