Changeset 383 in SHVCSoftware for branches/SHM-3.1-dev/source/Lib/TLibDecoder/TDecCAVLC.cpp
- Timestamp:
- 6 Sep 2013, 01:09:22 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-3.1-dev/source/Lib/TLibDecoder/TDecCAVLC.cpp
r382 r383 1150 1150 { 1151 1151 #if VPS_VUI 1152 while ( m_pcBitstream->getNumBitsRead() % 8 != 0 ) 1153 { 1154 READ_FLAG( uiCode, "vps_vui_alignment_bit_equal_to_one"); assert(uiCode == 1); 1155 } 1152 1156 parseVPSVUI(vps); 1153 1157 #endif
Note: See TracChangeset for help on using the changeset viewer.