mirror of
https://github.com/mpv-player/mpv
synced 2025-01-03 05:22:23 +00:00
document global variables used with fribidi
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13681 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
229c7f9c84
commit
0177d487b8
@ -31,9 +31,9 @@ char *sub_cp=NULL;
|
|||||||
#endif
|
#endif
|
||||||
#ifdef USE_FRIBIDI
|
#ifdef USE_FRIBIDI
|
||||||
#include <fribidi/fribidi.h>
|
#include <fribidi/fribidi.h>
|
||||||
char *fribidi_charset = NULL;
|
char *fribidi_charset = NULL; ///character set that will be passed to FriBiDi
|
||||||
int flip_hebrew = 1;
|
int flip_hebrew = 1; ///flip subtitles using fribidi
|
||||||
int fribidi_flip_commas = 0;
|
int fribidi_flip_commas = 0; ///flip comma when fribidi is used
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
extern char* dvdsub_lang;
|
extern char* dvdsub_lang;
|
||||||
|
Loading…
Reference in New Issue
Block a user