Changeset 253 in 3DVCSoftware for branches/HTM-5.1-dev1-LG/source/Lib/TLibDecoder/TDecCAVLC.cpp
- Timestamp:
- 4 Feb 2013, 02:57:15 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-5.1-dev1-LG/source/Lib/TLibDecoder/TDecCAVLC.cpp
r210 r253 1927 1927 { 1928 1928 UInt uiCodeTmp = 0; 1929 if ( rpcSlice->getSPS()->getViewId() && !rpcSlice->getSPS()->isDepth() ) 1929 if ( rpcSlice->getSPS()->getViewId() 1930 #if !LGE_ILLUCOMP_DEPTH_C0046 1931 && !rpcSlice->getSPS()->isDepth() 1932 #endif 1933 ) 1930 1934 { 1931 1935 READ_FLAG (uiCodeTmp, "applying IC flag");
Note: See TracChangeset for help on using the changeset viewer.