Skip to content

Commit

Permalink
zencoder: bugfix on isOutputCompatible() method
Browse files Browse the repository at this point in the history
  • Loading branch information
flavioribeiro committed Nov 18, 2016
1 parent 2d69d00 commit 2a0a755
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion provider/zencoder/zencoder.go
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ func (z *zencoderProvider) isOutputCompatible(hlsOutput, mp4Output *zencoder.Out
}
hls := localHlsPreset.(*db.LocalPreset)

localMp4Preset, _ := z.GetPreset(hlsOutput.Label)
localMp4Preset, _ := z.GetPreset(mp4Output.Label)
if err != nil {
return false, err
}
Expand Down

0 comments on commit 2a0a755

Please sign in to comment.