mirror of
https://github.com/mpv-player/mpv
synced 2024-12-23 23:32:26 +00:00
Move sub_utf8_prev declaration out of the DUMPSUBS #ifdef.
This helps compilation if DUMPSUBS is defined. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26263 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
b0d3b9e4c8
commit
8a7e7eb34c
@ -1069,8 +1069,8 @@ static int sub_autodetect (stream_t* st, int *uses_time) {
|
||||
int sub_utf8=0;
|
||||
#else
|
||||
extern int sub_utf8;
|
||||
int sub_utf8_prev=0;
|
||||
#endif
|
||||
int sub_utf8_prev=0;
|
||||
|
||||
extern float sub_delay;
|
||||
extern float sub_fps;
|
||||
|
Loading…
Reference in New Issue
Block a user