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 for V2.
  • Loading branch information
shanbhagneha committed Sep 29, 2022
1 parent 823f552 commit 6069de5
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 6069de5

Please sign in to comment.