mirror of
https://github.com/mpv-player/mpv
synced 2024-12-21 22:30:22 +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
|
||||
#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;
|
||||
|
Loading…
Reference in New Issue
Block a user