add hardware HEVC encoder support, add matching profiles

This commit is contained in:
Martin Sekera 2021-08-28 18:40:08 +02:00
parent f9b19ebdc4
commit fbf90f2c89
2 changed files with 26 additions and 6 deletions

View file

@ -2,7 +2,7 @@
# encoding: utf-8
major = 2 # VERSION_MAJOR_IDENTIFIER
minor = 0 # VERSION_MINOR_IDENTIFIER
# VERSION_LAST_MM 2.0
patch = 1 # VERSION_PATCH_IDENTIFIER
minor = 1 # VERSION_MINOR_IDENTIFIER
# VERSION_LAST_MM 2.1
patch = 0 # VERSION_PATCH_IDENTIFIER
str = ".".join(str(v) for v in (major, minor, patch))