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:
diego 2008-03-18 12:49:54 +00:00
parent b0d3b9e4c8
commit 8a7e7eb34c
1 changed files with 1 additions and 1 deletions

View File

@ -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;