default to AV1 encoding using rav1e
This commit is contained in:
parent
5056618949
commit
a1e1f3ce79
2 changed files with 7 additions and 7 deletions
|
@ -2,7 +2,7 @@
|
|||
# encoding: utf-8
|
||||
|
||||
major = 1 # VERSION_MAJOR_IDENTIFIER
|
||||
minor = 115 # VERSION_MINOR_IDENTIFIER
|
||||
# VERSION_LAST_MM 1.115
|
||||
patch = 1 # VERSION_PATCH_IDENTIFIER
|
||||
minor = 116 # VERSION_MINOR_IDENTIFIER
|
||||
# VERSION_LAST_MM 1.116
|
||||
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