Skip to content

Commit

Permalink
Fix mixing '.' in recently added w64 extension
Browse files Browse the repository at this point in the history
  • Loading branch information
OrangeChannel committed Sep 1, 2020
1 parent 3dbc213 commit 9244083
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion acsuite/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ def eztrim(clip: vs.VideoNode,
'.sbc',
'.thd',
'.tta',
'.wav', 'w64',
'.wav', '.w64',
'.wma',
}
if audio_file_ext not in ffmpeg_valid_encoder_extensions:
Expand Down

0 comments on commit 9244083

Please sign in to comment.