File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -80,6 +80,8 @@ type Stream struct {
80
80
Level int `json:"level,omitempty"`
81
81
ColorRange string `json:"color_range,omitempty"`
82
82
ColorSpace string `json:"color_space,omitempty"`
83
+ ColorTransfer string `json:"color_transfer,omitempty"`
84
+ ColorPrimaries string `json:"color_primaries,omitempty"`
83
85
SampleFmt string `json:"sample_fmt,omitempty"`
84
86
SampleRate string `json:"sample_rate,omitempty"`
85
87
Channels int `json:"channels,omitempty"`
@@ -122,7 +124,7 @@ func (c *Chapter) EndTime() time.Duration {
122
124
return time .Duration (c .EndTimeSeconds * float64 (time .Second ))
123
125
}
124
126
125
- // Name returns the value of the "title" tag of the chapter
127
+ // Title returns the value of the "title" tag of the chapter
126
128
func (c * Chapter ) Title () string {
127
129
title , _ := c .TagList .GetString ("title" )
128
130
return title
You can’t perform that action at this time.
0 commit comments