mirror of
https://github.com/game-stop/veejay.git
synced 2025-12-12 10:50:01 +01:00
until issue #32 is resolved
This commit is contained in:
@@ -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 );
|
||||
|
||||
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user