Home
last modified time | relevance | path

Searched refs:tc_secs (Results 1 – 1 of 1) sorted by relevance

/dports/multimedia/lives/lives-3.2.0/src/
H A Devents.c5584 weed_timecode_t tc, tc_secs; in create_event_list_dialog() local
5881 tc_secs = tc / TICKS_PER_SECOND; in create_event_list_dialog()
5882 tc -= tc_secs * TICKS_PER_SECOND; in create_event_list_dialog()
5883 text = lives_strdup_printf(_("Timecode=%"PRId64".%"PRId64), tc_secs, tc); in create_event_list_dialog()