Changeset 566 in SHVCSoftware for branches/SHM-5.0-dev/source/Lib/TLibDecoder
- Timestamp:
- 27 Jan 2014, 18:03:48 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-5.0-dev/source/Lib/TLibDecoder/TDecCAVLC.cpp
r565 r566 806 806 // more syntax elements to be parsed here 807 807 808 #if VERT_MV_CONSTRAINT809 808 READ_FLAG( uiCode, "inter_view_mv_vert_constraint_flag" ); 810 809 // Vertical MV component restriction is not used in SHVC CTC 811 810 assert( uiCode == 0 ); 812 #endif 811 813 812 if( pcSPS->getLayerId() > 0 ) 814 813 {
Note: See TracChangeset for help on using the changeset viewer.