Skip to content

Commit

Permalink
Add 0x44 to the Out/Open descriptor list and 0x45 to the In/closing d…
Browse files Browse the repository at this point in the history
…escriptor list.
  • Loading branch information
shanbhagneha committed Sep 27, 2022
1 parent 30ed7f7 commit 0aea1d2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions 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 0aea1d2

Please sign in to comment.