[Mplayer-cvslog] CVS: main subreader.c,1.123,1.124
Adam Tla/lka CVS
atlka at mplayerhq.hu
Tue Sep 23 07:37:20 CEST 2003
- Previous message: [Mplayer-cvslog] CVS: main/DOCS/xml/es install.xml,1.3,1.4 cd-dvd.xml,1.2,1.3 bugreports.xml,1.2,1.3 bugs.xml,1.2,1.3 codecs.xml,1.3,1.4 documentation.xml,1.3,1.4 edl.xml,1.3,1.4 features.xml,1.4,1.5 formats.xml,1.2,1.3 history.xml,1.3,1.4 mail-lists.xml,1.3,1.4 mencoder.xml,1.3,1.4 patches.xml,1.3,1.4 ports.xml,1.5,1.6 skin.xml,1.2,1.3 tvinput.xml,1.2,1.3 usage.xml,1.3,1.4 users-vs-dev.xml,1.2,1.3
- Next message: [Mplayer-cvslog] CVS: main/DOCS/xml/ru bugreports.xml,NONE,1.1
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/mplayer/main
In directory mail:/var/tmp.root/cvs-serv27484
Modified Files:
subreader.c
Log Message:
subtitles priority calculation correction
Index: subreader.c
===================================================================
RCS file: /cvsroot/mplayer/main/subreader.c,v
retrieving revision 1.123
retrieving revision 1.124
diff -u -r1.123 -r1.124
--- subreader.c 22 Sep 2003 13:44:36 -0000 1.123
+++ subreader.c 23 Sep 2003 05:36:47 -0000 1.124
@@ -1762,7 +1762,7 @@
if (prio) {
prio += prio;
#ifdef USE_ICONV
- if (sub_utf8 || (i<3)){ // prefer UTF-8 coded
+ if (i<3){ // prefer UTF-8 coded
prio++;
}
#endif
- Previous message: [Mplayer-cvslog] CVS: main/DOCS/xml/es install.xml,1.3,1.4 cd-dvd.xml,1.2,1.3 bugreports.xml,1.2,1.3 bugs.xml,1.2,1.3 codecs.xml,1.3,1.4 documentation.xml,1.3,1.4 edl.xml,1.3,1.4 features.xml,1.4,1.5 formats.xml,1.2,1.3 history.xml,1.3,1.4 mail-lists.xml,1.3,1.4 mencoder.xml,1.3,1.4 patches.xml,1.3,1.4 ports.xml,1.5,1.6 skin.xml,1.2,1.3 tvinput.xml,1.2,1.3 usage.xml,1.3,1.4 users-vs-dev.xml,1.2,1.3
- Next message: [Mplayer-cvslog] CVS: main/DOCS/xml/ru bugreports.xml,NONE,1.1
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the MPlayer-cvslog
mailing list