Home
last modified time | relevance | path

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

/dports/multimedia/lives/lives-3.2.0/src/
H A Dmain.h811 #define IS_TEMP_CLIP(clip) (IS_VALID_CLIP(clip) && mainw->files[clip]->clip_type == CLIP_TYPE_TEMP) macro
812 #define CURRENT_CLIP_IS_TEMP IS_TEMP_CLIP(mainw->current_file)