Skip to content

Commit

Permalink
Fix profiles in Transcode API (#222)
Browse files Browse the repository at this point in the history
  • Loading branch information
leszko authored Oct 10, 2023
1 parent 032949f commit d8fa8b6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions task/upload.go
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,7 @@ func TaskTranscodeFile(tctx *TaskContext) (*TaskHandlerOutput, error) {
},
catalystPipelineStrategy: pipeline.Strategy(params.CatalystPipelineStrategy),
targetSegmentSizeSecs: params.TargetSegmentSizeSecs,
profiles: params.Profiles,
})
}

Expand Down

0 comments on commit d8fa8b6

Please sign in to comment.