Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
timotto committed Mar 29, 2019
1 parent adb6da3 commit 6853b60
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions models/media.go
Original file line number Diff line number Diff line change
Expand Up @@ -517,7 +517,6 @@ func (m *Mediafile) ToStrCommand() []string {
"HlsListSize",
"HlsSegmentDuration",
"HlsPlaylistType",
"Filter",
"AudioFilter",
"VideoFilter",
"HttpMethod",
Expand Down Expand Up @@ -545,11 +544,6 @@ func (m *Mediafile) ObtainAudioFilter() []string {
return nil
}

// Deprecated: Use ObtainVideoFilter instead.
func (m *Mediafile) ObtainFilter() []string {
return m.ObtainVideoFilter()
}

func (m *Mediafile) ObtainVideoFilter() []string {
if m.videoFilter != "" {
return []string{"-vf", m.videoFilter}
Expand Down

0 comments on commit 6853b60

Please sign in to comment.