comparison subreader.c @ 32060:c3b7fc7eb796

Move audio_lang / dvdsub_lang extern variable declarations to mpcommon.h.
author diego
date Sat, 11 Sep 2010 11:11:10 +0000
parents 256b6b7d5e96
children ef21cbba62ee
comparison
equal deleted inserted replaced
32059:319657dba8e1 32060:c3b7fc7eb796
54 #include <fribidi/fribidi.h> 54 #include <fribidi/fribidi.h>
55 char *fribidi_charset = NULL; ///character set that will be passed to FriBiDi 55 char *fribidi_charset = NULL; ///character set that will be passed to FriBiDi
56 int flip_hebrew = 1; ///flip subtitles using fribidi 56 int flip_hebrew = 1; ///flip subtitles using fribidi
57 int fribidi_flip_commas = 0; ///flip comma when fribidi is used 57 int fribidi_flip_commas = 0; ///flip comma when fribidi is used
58 #endif 58 #endif
59
60 extern char* dvdsub_lang;
61 59
62 /* Maximal length of line of a subtitle */ 60 /* Maximal length of line of a subtitle */
63 #define LINE_LEN 1000 61 #define LINE_LEN 1000
64 static float mpsub_position=0; 62 static float mpsub_position=0;
65 static float mpsub_multiplier=1.; 63 static float mpsub_multiplier=1.;