until issue #32 is resolved

This commit is contained in:
niels
2015-10-29 01:03:35 +01:00
parent 59df377958
commit 94e2385e3b
2 changed files with 2 additions and 2 deletions

View File

@@ -333,7 +333,7 @@ sample_info *sample_skeleton_new(long startFrame, long endFrame)
si->marker_end = 0;
si->loopcount = 0;
si->effect_toggle = 1;
si->subrender = 1;
// si->subrender = 1; FIXME
si->edit_list_file = sample_default_edl_name(si->sample_id);
sample_eff_chain *sec = (sample_eff_chain*) vj_calloc(sizeof(sample_eff_chain) * SAMPLE_MAX_EFFECTS );

View File

@@ -901,7 +901,7 @@ int vj_tag_new(int type, char *filename, int stream_nr, editlist * el,
tag->color_b = 0;
tag->opacity = 0;
tag->priv = NULL;
tag->subrender = 1;
// tag->subrender = 1; FIXME
if(type == VJ_TAG_TYPE_MCAST || type == VJ_TAG_TYPE_NET)
tag->priv = net_threader(_tag_info->effect_frame1);