Searched refs:dc_stop (Results 1 – 1 of 1) sorted by relevance
40 gint dc_start, dc_stop; in mpl2_parse_line() local43 if (sscanf (line, "[%u][%u]", &dc_start, &dc_stop) != 2) { in mpl2_parse_line()48 GST_LOG ("line format %u %u", dc_start, dc_stop); in mpl2_parse_line()50 state->duration = (GST_SECOND / 10 * dc_stop) - state->start_time; in mpl2_parse_line()