Changeset 374 in 3DVCSoftware for branches/HTM-6.2-dev1-Sharp/source/Lib/TLibEncoder/TEncCavlc.cpp
- Timestamp:
- 5 May 2013, 12:09:11 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-6.2-dev1-Sharp/source/Lib/TLibEncoder/TEncCavlc.cpp
r332 r374 790 790 WRITE_FLAG( pcSlice->getApplyIC() ? 1 : 0, "applying IC flag" ); 791 791 } 792 #if SHARP_ILLUCOMP_PARSE_D0060 793 if (pcSlice->getApplyIC()) 794 { 795 WRITE_FLAG( pcSlice->getIcSkipParseFlag() ? 1 : 0, "ic_skip_mergeidx0" ); 796 } 797 #endif 792 798 } 793 799 #endif
Note: See TracChangeset for help on using the changeset viewer.