@@ -257,7 +257,7 @@ typedef struct
257257 struct list_head text_list_head ;
258258 /**
259259 * Keep second list to confirm that string does not get repeated
260- * Used in No Rollup in Configuration and ISDB specs have string in
260+ * Used in No Rollup in Configuration and ISDB specs have string in
261261 * rollup mode
262262 * For Second Pass
263263 */
@@ -309,8 +309,8 @@ static void init_layout(ISDBSubLayout *ls)
309309 ls -> display_area .x = 0 ;
310310 ls -> display_area .y = 0 ;
311311
312- ls -> font_scale .fscx = 100 ;
313- ls -> font_scale .fscy = 100 ;
312+ ls -> font_scale .fscx = 100 ;
313+ ls -> font_scale .fscy = 100 ;
314314
315315}
316316
@@ -474,8 +474,8 @@ static int ccx_strstr_ignorespace(const unsigned char *str1, const unsigned char
474474/**
475475 * Copy data not more then len provided
476476 * User should check for return type to check how much data he has got
477- *
478- * If ISDB is configured with no rollup then only text which has gone
477+ *
478+ * If ISDB is configured with no rollup then only text which has gone
479479 * off site should be returned
480480 */
481481static int get_text (ISDBSubContext * ctx , unsigned char * buffer , int len )
@@ -1175,7 +1175,7 @@ static int parse_caption_management_data(ISDBSubContext *ctx, const uint8_t *buf
11751175 * clock control mode is in offset time mode. Offset time is coded in the
11761176 * order of hour, minute, second and millisecond, using nine 4-bit binary
11771177 * coded decimals (BCD).
1178- *
1178+ *
11791179 * +-----------+-----------+---------+--------------+
11801180 * | hour | minute | sec | millisecond |
11811181 * +-----------+-----------+---------+--------------+
@@ -1193,8 +1193,6 @@ static int parse_caption_management_data(ISDBSubContext *ctx, const uint8_t *buf
11931193 isdb_log ("CC MGMT DATA: OTD( h:%d m:%d s:%d millis: %d\n" ,
11941194 ctx -> offset_time .hour , ctx -> offset_time .min ,
11951195 ctx -> offset_time .sec , ctx -> offset_time .milli );
1196-
1197-
11981196 }
11991197 else
12001198 {
@@ -1225,7 +1223,7 @@ static int parse_caption_management_data(ISDBSubContext *ctx, const uint8_t *buf
12251223 isdb_log ("CC MGMT DATA: TCS: 0x%X\n" , (* buf >>2 )& 0x3 );
12261224 ctx -> current_state .rollup_mode = !!(* buf & 0x3 );
12271225 isdb_log ("CC MGMT DATA: Rollup mode: 0x%X\n" , ctx -> current_state .rollup_mode );
1228- }
1226+ }
12291227 return buf - buf_pivot ;
12301228}
12311229
0 commit comments