fixed #142
This commit is contained in:
+2
-1
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user