changeset 13680:326d3bd9dba6

document global variables used with fribidi
author faust3
date Mon, 18 Oct 2004 20:56:11 +0000
parents 59bb11213d11
children e52daf7f3bcc
files subreader.c
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/subreader.c	Mon Oct 18 20:41:06 2004 +0000
+++ b/subreader.c	Mon Oct 18 20:56:11 2004 +0000
@@ -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;