Changeset 394 in SHVCSoftware for branches/SHM-3.1-dev/source/Lib/TLibDecoder/TDecCAVLC.cpp
- Timestamp:
- 12 Sep 2013, 19:43:14 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-3.1-dev/source/Lib/TLibDecoder/TDecCAVLC.cpp
r393 r394 738 738 UInt uiCode; 739 739 // more syntax elements to be parsed here 740 741 #if VERT_MV_CONSTRAINT 742 READ_FLAG( uiCode, "inter_view_mv_vert_constraint_flag" ); 743 // Vertical MV component restriction is not used in SHVC CTC 744 assert( uiCode == 0 ); 745 #endif 740 746 #if SCALED_REF_LAYER_OFFSETS 741 747 if( pcSPS->getLayerId() > 0 )
Note: See TracChangeset for help on using the changeset viewer.