Commented unused vars

Added a ; too much.
This commit is contained in:
wforums 2014-08-13 15:54:27 +02:00
parent 8cc8767634
commit 884a25a7cd
4 changed files with 4 additions and 4 deletions

View File

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

View File

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

View File

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

View File

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