# HG changeset patch # User faust3 # Date 1098132971 0 # Node ID 326d3bd9dba69b7a030d5e0f80119cd927d5459a # Parent 59bb11213d11fd3da86abd8c408880c2cf4abc97 document global variables used with fribidi diff -r 59bb11213d11 -r 326d3bd9dba6 subreader.c --- 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 -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;