comparison subreader.c @ 13680:326d3bd9dba6

document global variables used with fribidi
author faust3
date Mon, 18 Oct 2004 20:56:11 +0000
parents 59bb11213d11
children 38572280e8e7
comparison
equal deleted inserted replaced
13679:59bb11213d11 13680:326d3bd9dba6
29 #include <iconv.h> 29 #include <iconv.h>
30 char *sub_cp=NULL; 30 char *sub_cp=NULL;
31 #endif 31 #endif
32 #ifdef USE_FRIBIDI 32 #ifdef USE_FRIBIDI
33 #include <fribidi/fribidi.h> 33 #include <fribidi/fribidi.h>
34 char *fribidi_charset = NULL; 34 char *fribidi_charset = NULL; ///character set that will be passed to FriBiDi
35 int flip_hebrew = 1; 35 int flip_hebrew = 1; ///flip subtitles using fribidi
36 int fribidi_flip_commas = 0; 36 int fribidi_flip_commas = 0; ///flip comma when fribidi is used
37 #endif 37 #endif
38 38
39 extern char* dvdsub_lang; 39 extern char* dvdsub_lang;
40 40
41 /* Maximal length of line of a subtitle */ 41 /* Maximal length of line of a subtitle */