Skip to content

Commit

Permalink
-Bug Fix
Browse files Browse the repository at this point in the history
Small bug fix in code
  • Loading branch information
jessielw committed Sep 23, 2020
1 parent cd306ba commit 105d80e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FFMPEGAudioEncoder.py
Original file line number Diff line number Diff line change
Expand Up @@ -4763,7 +4763,7 @@ def encoder_changed_batch(*args):
extension_dropdownmenu_choices = {
"Common Extensions": '("*.mov", "*.wav", "*.mt2s", "*.ac3", "*.mka", "*.wav", "*.mp3", "*.aac", "*.ogg", '
'"*.ogv", "*.m4v", "*.mpeg", "*.avi", "*.vob", "*.webm", "*.mp4", "*.mkv", "*.dts", '
'"*.flac", "*.alac", "*.mpg", "*.m4a"")',
'"*.flac", "*.alac", "*.mpg", "*.m4a")',
"MKV": '("*.mkv")',
"MP4": '("*.mp4")',
"M4V": '("*.m4v")',
Expand Down

0 comments on commit 105d80e

Please sign in to comment.