[MPlayer-cvslog] r26263 - trunk/subreader.c
diego
subversion at mplayerhq.hu
Tue Mar 18 13:49:54 CET 2008
Author: diego
Date: Tue Mar 18 13:49:54 2008
New Revision: 26263
Log:
Move sub_utf8_prev declaration out of the DUMPSUBS #ifdef.
This helps compilation if DUMPSUBS is defined.
Modified:
trunk/subreader.c
Modified: trunk/subreader.c
==============================================================================
--- trunk/subreader.c (original)
+++ trunk/subreader.c Tue Mar 18 13:49:54 2008
@@ -1069,8 +1069,8 @@ static int sub_autodetect (stream_t* st,
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;
More information about the MPlayer-cvslog
mailing list