summaryrefslogtreecommitdiff
authorXiaoliang Wang <xiaoliang.wang@amlogic.com>2015-07-31 03:23:13 (GMT)
committer Xiaoliang Wang <xiaoliang.wang@amlogic.com>2015-07-31 03:23:13 (GMT)
commit3efe724b3ee859dc2d9ab82cd9831c098efefe0b (patch)
treef4a403088104c002405fa3ef14ba200a9c9cb3e0
parentd386f90a6bd70117e698da64e7e804ae4e044f58 (diff)
downloadSubTitle-3efe724b3ee859dc2d9ab82cd9831c098efefe0b.zip
SubTitle-3efe724b3ee859dc2d9ab82cd9831c098efefe0b.tar.gz
SubTitle-3efe724b3ee859dc2d9ab82cd9831c098efefe0b.tar.bz2
PD #109906: delete static character for ssa max_comma
Change-Id: I8c75cfe990f1ad0b57f6f0f3faad11e5afa02370
Diffstat
-rw-r--r--jni/subtitle/sub_api.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/jni/subtitle/sub_api.c b/jni/subtitle/sub_api.c
index 81d01e2..5f20b09 100644
--- a/jni/subtitle/sub_api.c
+++ b/jni/subtitle/sub_api.c
@@ -1351,7 +1351,7 @@ subtitle_t *internal_sub_read_line_ssa(int fd, subtitle_t *current)
* http://www.eswat.demon.co.uk is where the SSA specs can be found
*/
int comma;
- static int max_comma = 32; /* let's use 32 for the case that the */
+ int max_comma = 32; /* let's use 32 for the case that the */
/* amount of commas increase with newer SSA versions */
int hour1, min1, sec1, hunsec1, hour2, min2, sec2, hunsec2, nothing;
int num;