Skip to content

Commit

Permalink
forgot to add Format
Browse files Browse the repository at this point in the history
  • Loading branch information
Anime4000 committed Jul 6, 2024
1 parent 1098fce commit 19826c4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions IFME/frmMain.Function.cs
Original file line number Diff line number Diff line change
Expand Up @@ -835,6 +835,8 @@ private void SetDefinedData(Guid videoId, Guid audioId)

private void SetProfileData(Profiles value)
{
cboFormat.SelectedIndex = (int)value.Container;

cboVideoEncoder.SelectedValue = value.Video.Encoder.Id;
cboVideoPreset.SelectedItem = value.Video.Encoder.Preset;
cboVideoTune.SelectedItem = value.Video.Encoder.Tune;
Expand Down

0 comments on commit 19826c4

Please sign in to comment.