comparison subreader.c @ 26231:ff5d0c3b8ee6

Move sub_utf8_prev declaration out of the DUMPSUBS #ifdef. This helps compilation if DUMPSUBS is defined.
author diego
date Tue, 18 Mar 2008 12:49:54 +0000
parents d8e46fa37615
children e03e2d2204b6
comparison
equal deleted inserted replaced
26230:ab89e2390fb0 26231:ff5d0c3b8ee6
1067 1067
1068 #ifdef DUMPSUBS 1068 #ifdef DUMPSUBS
1069 int sub_utf8=0; 1069 int sub_utf8=0;
1070 #else 1070 #else
1071 extern int sub_utf8; 1071 extern int sub_utf8;
1072 #endif
1072 int sub_utf8_prev=0; 1073 int sub_utf8_prev=0;
1073 #endif
1074 1074
1075 extern float sub_delay; 1075 extern float sub_delay;
1076 extern float sub_fps; 1076 extern float sub_fps;
1077 1077
1078 #ifdef USE_ICONV 1078 #ifdef USE_ICONV