This commit is contained in:
itsmattkc
2018-11-01 16:12:17 +11:00
parent 229674f5e2
commit 9f0ff7f561
14 changed files with 136 additions and 53 deletions
+2 -1
View File
@@ -35,7 +35,8 @@ Clip::Clip(Sequence* s) :
autoscale(config.autoscale_by_default),
maintain_audio_pitch(false),
reverse(false),
use_existing_frame(false)
use_existing_frame(false),
ignore_reverse(false)
{
reset();
}