Skip to content

Commit

Permalink
Merge pull request #13 from eceozturk/master
Browse files Browse the repository at this point in the history
Splice constraint file information fix for ui
  • Loading branch information
eceozturk authored Feb 5, 2019
2 parents 2bfb3ee + 4f98067 commit 729fe6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CTAWAVE/CTAWAVE_BaselineSpliceChecks.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

function CTABaselineSpliceChecks()
{
global $MediaProfDatabase, $session_dir, $adaptation_set_template,$reprsentation_template,$CTAspliceConstraitsLog;
global $MediaProfDatabase, $session_dir, $string_info, $progress_xml, $progress_report, $adaptation_set_template,$reprsentation_template, $CTAspliceConstraitsLog;
$opfile="";
if(!($opfile = open_file($session_dir . '/' . $CTAspliceConstraitsLog . '.txt', 'w'))){
echo "Error opening/creating SpliceConstraints conformance check file: "."./SpliceConstraints_infofile_ctawave.txt";
Expand Down

0 comments on commit 729fe6d

Please sign in to comment.