Home
last modified time | relevance | path

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

/dports/multimedia/lives/lives-3.2.0/src/
H A Dmultitrack.h59 #define DEF_AUTOTRANS "simple_blend|chroma blend|salsaman" macro
H A Dmain.c2102 array = lives_strsplit(DEF_AUTOTRANS, "|", 3); in lives_init()
2112 get_string_prefd(PREF_ACTIVE_AUTOTRANS, buff, 256, DEF_AUTOTRANS); in lives_init()
2115 if (!lives_utf8_strcasecmp(buff, DEF_AUTOTRANS) || get_token_count(buff, '|') < 3) in lives_init()