Skip to content

Commit

Permalink
Improvement for issue #614
Browse files Browse the repository at this point in the history
  • Loading branch information
Phencys committed Nov 18, 2022
1 parent c0e6ef0 commit ea4999e
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions CTAWAVE/impl/CTACheckPresentation.php
Original file line number Diff line number Diff line change
Expand Up @@ -176,12 +176,10 @@
$presentationProfile = "";
}

$logger->test(
"CTAWAVE",
"Informative",
"Wave set conformance to CMAF Presentation Profile",
$presentationProfile != "",
"PASS",
"Conformance to $presentationProfile",
"No conformance found"
);

if ($presentationProfile != ""){

}

$logger->message("Stream found to conform to a CMAF Presentation Profile: $presentationProfile");

0 comments on commit ea4999e

Please sign in to comment.