From 884a25a7cd2c1dd75f18a9ef318cb72babdd2eb1 Mon Sep 17 00:00:00 2001 From: wforums Date: Wed, 13 Aug 2014 15:54:27 +0200 Subject: [PATCH] Commented unused vars Added a ; too much. --- src/608_sami.c | 2 +- src/608_smptett.c | 2 +- src/608_srt.c | 2 +- src/ccx_encoders_common.c | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/608_sami.c b/src/608_sami.c index 74ff2d2a..136106af 100644 --- a/src/608_sami.c +++ b/src/608_sami.c @@ -95,7 +95,7 @@ int write_cc_bitmap_as_sami(struct cc_subtitle *sub, struct encoder_ctx *context #ifdef ENABLE_OCR unsigned h1, m1, s1, ms1; unsigned h2, m2, s2, ms2; -#endif; +#endif LLONG ms_start, ms_end; //char timeline[128]; int len = 0; diff --git a/src/608_smptett.c b/src/608_smptett.c index 5651212a..e54e93a2 100644 --- a/src/608_smptett.c +++ b/src/608_smptett.c @@ -120,7 +120,7 @@ int write_cc_bitmap_as_smptett(struct cc_subtitle *sub, struct encoder_ctx *cont #ifdef ENABLE_OCR unsigned h1, m1, s1, ms1; unsigned h2, m2, s2, ms2; -#endif; +#endif LLONG ms_start, ms_end; //char timeline[128]; int len = 0; diff --git a/src/608_srt.c b/src/608_srt.c index fb3939b9..de5bfd26 100644 --- a/src/608_srt.c +++ b/src/608_srt.c @@ -89,7 +89,7 @@ int write_cc_bitmap_as_srt(struct cc_subtitle *sub, struct encoder_ctx *context) #ifdef ENABLE_OCR unsigned h1, m1, s1, ms1; unsigned h2, m2, s2, ms2; -#endif; +#endif LLONG ms_start, ms_end; //char timeline[128]; int len = 0; diff --git a/src/ccx_encoders_common.c b/src/ccx_encoders_common.c index 99ebd9c5..d399aebd 100644 --- a/src/ccx_encoders_common.c +++ b/src/ccx_encoders_common.c @@ -235,7 +235,7 @@ int write_cc_bitmap_as_transcript(struct cc_subtitle *sub, struct encoder_ctx *c #ifdef ENABLE_OCR unsigned h1,m1,s1,ms1; unsigned h2,m2,s2,ms2; -#endif; +#endif LLONG start_time, end_time; //char timeline[128]; int len = 0;