improved opus stream remapping (bug #5718)

This commit is contained in:
Martinez 2018-08-18 23:14:47 +02:00
parent 41f94f724b
commit 4f9cac78c5
2 changed files with 9 additions and 2 deletions

View file

@ -4,5 +4,5 @@
major = 1 # VERSION_MAJOR_IDENTIFIER
minor = 111 # VERSION_MINOR_IDENTIFIER
# VERSION_LAST_MM 1.111
patch = 0 # VERSION_PATCH_IDENTIFIER
patch = 1 # VERSION_PATCH_IDENTIFIER
str = ".".join(str(v) for v in (major, minor, patch))