[Mplayer-cvslog] CVS: main subreader.c,1.139,1.140
Sascha Sommer CVS
syncmail at mplayerhq.hu
Mon Oct 18 22:56:13 CEST 2004
CVS change done by Sascha Sommer CVS
Update of /cvsroot/mplayer/main
In directory mail:/var2/tmp/cvs-serv10908
Modified Files:
subreader.c
Log Message:
document global variables used with fribidi
Index: subreader.c
===================================================================
RCS file: /cvsroot/mplayer/main/subreader.c,v
retrieving revision 1.139
retrieving revision 1.140
diff -u -r1.139 -r1.140
--- subreader.c 18 Oct 2004 20:41:05 -0000 1.139
+++ subreader.c 18 Oct 2004 20:56:11 -0000 1.140
@@ -31,9 +31,9 @@
#endif
#ifdef USE_FRIBIDI
#include <fribidi/fribidi.h>
-char *fribidi_charset = NULL;
-int flip_hebrew = 1;
-int fribidi_flip_commas = 0;
+char *fribidi_charset = NULL; ///character set that will be passed to FriBiDi
+int flip_hebrew = 1; ///flip subtitles using fribidi
+int fribidi_flip_commas = 0; ///flip comma when fribidi is used
#endif
extern char* dvdsub_lang;
More information about the MPlayer-cvslog
mailing list