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 d685b9c commit eea6fceCopy full SHA for eea6fce
CMakeLists.txt
@@ -13,7 +13,7 @@ endif()
13
project( vvenc VERSION 1.10.0 )
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.10.0-rc1
+tag 1.10.0
3
* libvvenc:
4
- added library parameters:
5
- vvenc_config::m_poc0idr to force POC0 to be an IDR (otherwise per default it will now be a RASL picture)
0 commit comments