Skip to content

Commit c4d5f65

Browse files
committed
fixed missing config variable bug. #18. Thanks olfan.
1 parent 548a05b commit c4d5f65

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/PHPVideoToolkit/Config.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,14 @@ class Config
3131
protected $_ffmpeg;
3232
protected $_ffprobe;
3333
protected $_yamdi;
34-
protected $_temp_directory;
3534
protected $_qtfaststart;
36-
protected $_force_enable_qtfaststart;
35+
protected $_temp_directory;
3736
protected $_gif_transcoder;
3837
protected $_gifsicle;
3938
protected $_convert;
4039
protected $_php_exec_infinite_timelimit;
40+
protected $_force_enable_qtfaststart;
41+
protected $_force_enable_flv_meta;
4142

4243
/**
4344
* Get the Instance of self

0 commit comments

Comments
 (0)