Skip to content

Commit e746e13

Browse files
committed
fix: add skip annotation to SegmentationUPID.Format
1 parent d45c505 commit e746e13

2 files changed

Lines changed: 9 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## Unreleased
99

10+
## [1.4.1] - 2023-02-08
11+
12+
### Deprecated
13+
14+
* `SegmentationUPID.Format` is no longer used and will be removed from a future release.
15+
1016
## [1.4.0] - 2023-02-08
1117

1218
### Added
1319

14-
* Add support for `SegmentationUPIDTypeSCR`
15-
*
20+
* Add support for `SegmentationUPIDTypeSCR`
21+
1622
* Add `preRollMilliSeconds` XML attribute (informative only; not carried by binary)
1723

1824
### Changed

pkg/scte35/segmentation_upid.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ type SegmentationUPID struct {
117117
FormatIdentifier *uint32 `xml:"formatIdentifier,attr,omitempty" json:"formatIdentifier,omitempty"`
118118
Value string `xml:",chardata" json:"value"`
119119
// Deprecated: no longer used and will be removed in a future release
120-
Format string
120+
Format string `xml:"-" json:"-"`
121121
}
122122

123123
// Name returns the name for the segmentation_upid_type.

0 commit comments

Comments
 (0)