- add --audio aac
- don't crash when channel_layout is missing - handle progressbar fault on zero filesize (WIP)
This commit is contained in:
parent
59d61e5f3e
commit
aa907484ec
2 changed files with 15 additions and 6 deletions
|
@ -4,5 +4,5 @@
|
|||
major = 1 # VERSION_MAJOR_IDENTIFIER
|
||||
minor = 113 # VERSION_MINOR_IDENTIFIER
|
||||
# VERSION_LAST_MM 1.113
|
||||
patch = 0 # VERSION_PATCH_IDENTIFIER
|
||||
patch = 1 # VERSION_PATCH_IDENTIFIER
|
||||
str = ".".join(str(v) for v in (major, minor, patch))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue