- removed Theora support

- removed --context
- added Opus support (now default)
- added VP9 support (now default)
- added WebM support
This commit is contained in:
Martinez 2018-05-07 01:21:48 +02:00
parent fa9b3fe790
commit da0d60eecf
3 changed files with 32 additions and 59 deletions

View file

@ -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))