H265: increase default QP a bit

This commit is contained in:
Martin Sekera 2021-08-29 17:57:46 +02:00
parent 1b5ab6416b
commit aff7ec290d
2 changed files with 3 additions and 3 deletions

View file

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