Changeset 1114 in SHVCSoftware for branches/SHM-dev/source/Lib/TLibDecoder
- Timestamp:
- 7 Jul 2015, 01:08:05 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-dev/source/Lib/TLibDecoder/TDecCAVLC.cpp
r1113 r1114 3458 3458 READ_FLAG( uiCode, "vps_vui_present_flag"); vps->setVpsVuiPresentFlag(uiCode ? true : false); 3459 3459 3460 #if O0109_MOVE_VPS_VUI_FLAG3461 3460 if ( vps->getVpsVuiPresentFlag() ) 3462 #else3463 READ_FLAG( uiCode, "vps_vui_present_flag" );3464 if (uiCode)3465 #endif3466 3461 { 3467 3462 while ( m_pcBitstream->getNumBitsRead() % 8 != 0 )
Note: See TracChangeset for help on using the changeset viewer.