Skip to content

Commit

Permalink
fix: add skip annotation to SegmentationUPID.Format
Browse files Browse the repository at this point in the history
  • Loading branch information
blahspam committed Feb 8, 2023
1 parent d45c505 commit e746e13
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

## [1.4.1] - 2023-02-08

### Deprecated

* `SegmentationUPID.Format` is no longer used and will be removed from a future release.

## [1.4.0] - 2023-02-08

### Added

* Add support for `SegmentationUPIDTypeSCR`
*
* Add support for `SegmentationUPIDTypeSCR`

* Add `preRollMilliSeconds` XML attribute (informative only; not carried by binary)

### Changed
Expand Down
2 changes: 1 addition & 1 deletion pkg/scte35/segmentation_upid.go
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ type SegmentationUPID struct {
FormatIdentifier *uint32 `xml:"formatIdentifier,attr,omitempty" json:"formatIdentifier,omitempty"`
Value string `xml:",chardata" json:"value"`
// Deprecated: no longer used and will be removed in a future release
Format string
Format string `xml:"-" json:"-"`
}

// Name returns the name for the segmentation_upid_type.
Expand Down

0 comments on commit e746e13

Please sign in to comment.