Skip to content

Commit

Permalink
Merge pull request #174 from Comcast/AddInOutSegmentationDescV2
Browse files Browse the repository at this point in the history
Add 0x44 to the Out/Open descriptor list and 0x45 to the In/closing d…
  • Loading branch information
nehashanbhag authored Sep 29, 2022
2 parents 823f552 + 6069de5 commit 08d58ff
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions v2/scte35/segmentationdescriptor.go
Original file line number Diff line number Diff line change
Expand Up @@ -313,6 +313,7 @@ func (d *segmentationDescriptor) IsOut() bool {
SegDescProviderPOStart,
SegDescDistributorPOStart,
SegDescUnscheduledEventStart,
SegDescProviderAdBlockStart,
SegDescNetworkStart:
return true
default:
Expand All @@ -336,6 +337,7 @@ func (d *segmentationDescriptor) IsIn() bool {
SegDescProviderPOEnd,
SegDescDistributorPOEnd,
SegDescUnscheduledEventEnd,
SegDescProviderAdBlockEnd,
SegDescNetworkEnd:
return true
default:
Expand Down

0 comments on commit 08d58ff

Please sign in to comment.