summaryrefslogtreecommitdiff
Diffstat
-rw-r--r--src/caption.c277
-rw-r--r--src/cc.h4
2 files changed, 154 insertions, 127 deletions
diff --git a/src/cc.h b/src/cc.h
index 916448d..5f3eb5d 100644
--- a/src/cc.h
+++ b/src/cc.h
@@ -54,6 +54,10 @@ typedef struct {
int col, col1;
int row, row1;
int roll;
+ int update_flag;
+ int update_all_flag;
+ int edm_flag;
+ int pos_flag;
int nul_ct; // XXX should be 'silence count'
double time;