From 0177d487b8cb193dba8574e1ec6f6230bb790a71 Mon Sep 17 00:00:00 2001 From: faust3 Date: Mon, 18 Oct 2004 20:56:11 +0000 Subject: document global variables used with fribidi git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13681 b3059339-0415-0410-9bf9-f77b7e298cf2 --- subreader.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'subreader.c') diff --git a/subreader.c b/subreader.c index ad0ea9f89b..b234fe261c 100644 --- a/subreader.c +++ b/subreader.c @@ -31,9 +31,9 @@ char *sub_cp=NULL; #endif #ifdef USE_FRIBIDI #include -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; -- cgit v1.2.3