- add mp3 output

- explicitly map 5.1 audio with opus
This commit is contained in:
Martinez 2018-08-18 22:21:56 +02:00
parent dffe860bfa
commit 41f94f724b
2 changed files with 13 additions and 7 deletions

View file

@ -2,7 +2,7 @@
# encoding: utf-8
major = 1 # VERSION_MAJOR_IDENTIFIER
minor = 110 # VERSION_MINOR_IDENTIFIER
# VERSION_LAST_MM 1.110
patch = 1 # VERSION_PATCH_IDENTIFIER
minor = 111 # VERSION_MINOR_IDENTIFIER
# VERSION_LAST_MM 1.111
patch = 0 # VERSION_PATCH_IDENTIFIER
str = ".".join(str(v) for v in (major, minor, patch))