- removed Theora support
- removed --context - added Opus support (now default) - added VP9 support (now default) - added WebM support
This commit is contained in:
parent
fa9b3fe790
commit
da0d60eecf
3 changed files with 32 additions and 59 deletions
|
@ -2,7 +2,7 @@
|
|||
# encoding: utf-8
|
||||
|
||||
major = 1 # VERSION_MAJOR_IDENTIFIER
|
||||
minor = 102 # VERSION_MINOR_IDENTIFIER
|
||||
# VERSION_LAST_MM 1.102
|
||||
patch = 3 # VERSION_PATCH_IDENTIFIER
|
||||
minor = 110 # VERSION_MINOR_IDENTIFIER
|
||||
# VERSION_LAST_MM 1.110
|
||||
patch = 0 # VERSION_PATCH_IDENTIFIER
|
||||
str = ".".join(str(v) for v in (major, minor, patch))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue