Skip to content

Commit

Permalink
Changes for 1.4.0 final (#149)
Browse files Browse the repository at this point in the history
* applying remaining changes

* version bump
  • Loading branch information
adamjw24 authored Mar 21, 2022
1 parent aa67726 commit 7545b95
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ endif()
project( vvenc VERSION 1.4.0 )

# set alternative version numbering for release candidates
set( PROJECT_VERSION_RC rc1 )
#set( PROJECT_VERSION_RC rc1 )
if( PROJECT_VERSION_RC )
set( PROJECT_VERSION "${PROJECT_VERSION}-rc${PROJECT_VERSION_RC}" )
endif()
Expand Down
2 changes: 1 addition & 1 deletion LICENSE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ notices of its source files. The VVC Test Model (VTM) reference software is lice
the following 3-Clause BSD License:

/* -----------------------------------------------------------------------------
The copyright in this software is being made available under the Clear BSD
The copyright in this software is being made available under the BSD
License, included below. This software may be subject to other third party
and contributor rights, including patent rights, and no such rights are
granted under this license.
Expand Down
2 changes: 1 addition & 1 deletion changelog.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/////////////////////////////////////////
tag 1.4.0 (rc1)
tag 1.4.0

* all:
- changed license to the standard Clear BSD license (without adaptations)
Expand Down
1 change: 1 addition & 0 deletions source/Lib/vvenc/vvencCfg.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1306,6 +1306,7 @@ VVENC_DECL bool vvenc_init_config_parameter( vvenc_config *c )
c->m_adpOption = 0;
c->m_initialCW = 0;
c->m_LMCSOffset = 0;
c->m_useAMaxBT = 0;
vvenc_ReshapeCW_default( &c->m_reshapeCW );
}

Expand Down

0 comments on commit 7545b95

Please sign in to comment.