honor --ffmpeg-map even during normalization

This commit is contained in:
Martin Sekera 2019-03-15 08:39:36 +01:00
parent b4621d0044
commit 2929725416
2 changed files with 13 additions and 11 deletions

View file

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