Changeset 393 in SHVCSoftware for branches/SHM-3.1-dev/source/Lib/TLibDecoder/TDecCAVLC.cpp
- Timestamp:
- 12 Sep 2013, 19:22:20 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-3.1-dev/source/Lib/TLibDecoder/TDecCAVLC.cpp
r389 r393 739 739 // more syntax elements to be parsed here 740 740 #if SCALED_REF_LAYER_OFFSETS 741 #if SCALED_REF_LAYER_OFFSET_FLAG742 READ_FLAG( uiCode, "scaled_ref_layer_offset_present_flag" );743 if( uiCode )744 #else745 741 if( pcSPS->getLayerId() > 0 ) 746 #endif747 742 { 748 743 Int iCode;
Note: See TracChangeset for help on using the changeset viewer.