added internal pointer command

This commit is contained in:
itsmattkc
2018-11-24 00:24:34 +11:00
parent 20aae96110
commit 121177fd37
8 changed files with 64 additions and 3 deletions
+4
View File
@@ -135,6 +135,10 @@ void load_internal_effects() {
em.internal = TRANSITION_INTERNAL_CROSSDISSOLVE;
video_effects.append(em);
em.name = "Cube";
em.internal = TRANSITION_INTERNAL_CUBE;
video_effects.append(em);
em.name = "Linear Fade";
em.internal = TRANSITION_INTERNAL_LINEARFADE;
audio_effects.append(em);