commit 386a8f0c0352952344a54b7cb170ee67d693b2be
parent 4a5358ed0af41ae999629f2588b5190bd4da24d8
Author: Oliver Lowe <o@olowe.co>
Date: Fri, 10 May 2024 17:06:09 +1000
internal/scte35: set correct expected values for sample 14.1 from spec
Diffstat:
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/internal/scte35/scte35_test.go b/internal/scte35/scte35_test.go
@@ -40,9 +40,10 @@ var samples = []sample{
},
Descriptors: []SpliceDescriptor{
SegmentationDescriptor{
- EventID: 0x4800008e,
- Restrictions: NoRegionalBlackout | ArchiveAllowed | DeviceRestrictionsNone,
- Duration: newuint64(0x0001a599b0),
+ EventID: 0x4800008e,
+ EventIDCompliance: true,
+ Restrictions: NoRegionalBlackout | ArchiveAllowed | DeviceRestrictionsNone,
+ Duration: newuint64(0x0001a599b0),
UPID: UPID{
Type: UPIDTypeTI,
Value: []byte{0x00, 0x00, 0x00, 0x00, 0x2c, 0xa0, 0xa1, 0x8a},