Changeset 407 in SHVCSoftware for branches/SHM-3.1-dev/source/Lib/TLibDecoder
- Timestamp:
- 1 Oct 2013, 22:08:33 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-3.1-dev/source/Lib/TLibDecoder/TDecCAVLC.cpp
r402 r407 975 975 } 976 976 #endif 977 #if VIEW_ID_RELATED_SIGNALING 978 // if ( pcVPS->getNumViews() > 1 ) 979 // However, this is a bug in the text since, view_id_len_minus1 is needed to parse view_id_val. 980 { 981 READ_CODE( 4, uiCode, "view_id_len_minus1" ); vps->setViewIdLenMinus1( uiCode ); 982 } 983 984 for( Int i = 0; i < vps->getNumViews(); i++ ) 985 { 986 READ_CODE( vps->getViewIdLenMinus1( ) + 1, uiCode, "view_id_val[i]" ); vps->setViewIdVal( i, uiCode ); 987 } 988 #endif 977 989 #if VPS_MOVE_DIR_DEPENDENCY_FLAG 978 990 #if VPS_EXTN_DIRECT_REF_LAYERS
Note: See TracChangeset for help on using the changeset viewer.