Merge pull request #587 from rolandstarke/master
concat allow special chars in filename
This commit is contained in:
commit
1f81e5f0f8
1 changed files with 1 additions and 1 deletions
|
|
@ -105,7 +105,7 @@ class Concat extends AbstractMediaType
|
|||
if($count_videos != 0)
|
||||
$line .= "\n";
|
||||
|
||||
$line .= "file ".$videoPath;
|
||||
$line .= "file " . addcslashes($videoPath, '\'"\\\0 ');
|
||||
|
||||
fwrite($fileStream, $line);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue