We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e37b855 commit 3af0a89Copy full SHA for 3af0a89
CMakeLists.txt
@@ -13,7 +13,7 @@ endif()
13
project( vvenc VERSION 1.9.1 )
14
15
# set alternative version numbering for release candidates
16
-set( PROJECT_VERSION_RC rc1 )
+#set( PROJECT_VERSION_RC rc1 )
17
if( PROJECT_VERSION_RC )
18
set( PROJECT_VERSION "${PROJECT_VERSION}-${PROJECT_VERSION_RC}" )
19
endif()
changelog.txt
@@ -1,5 +1,5 @@
1
/////////////////////////////////////////
2
-tag 1.9.1-rc1
+tag 1.9.1
3
* libvvenc:
4
- added library parameters:
5
- vvenc_config::m_maxPicWidth, vvenc_config::m_maxPicHeight to signal maximal possible picture size when
0 commit comments