Skip to content

Commit

Permalink
MainMenu: Fixup auto naming convetion for audio
Browse files Browse the repository at this point in the history
- Fixup issue with auto naming convetion for "copy" audio codec format
  • Loading branch information
Nicklas373 committed Nov 23, 2022
1 parent fcc5937 commit 60e7321
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Hana Media Encoder/Form/MainMenu.vb
Original file line number Diff line number Diff line change
Expand Up @@ -918,6 +918,8 @@ Public Class MainMenu
If getCurrentAudioCodec.Equals(OrigSaveExt) = False Then
If getCurrentAudioCodec.Equals("aac") = True Then
TextBox1.Text = OrigSavePath & "\" & OrigSaveName & ".m4a"
ElseIf getCurrentAudioCodec.Equals("copy") = True Then
TextBox1.Text = OrigSavePath & "\" & OrigSaveName & "." & OrigSaveExt
Else
TextBox1.Text = OrigSavePath & "\" & OrigSaveName & "." & getCurrentAudioCodec
End If
Expand Down

0 comments on commit 60e7321

Please sign in to comment.