Changeset 477 in SHVCSoftware for branches/SHM-4.0-dev/source/Lib/TLibEncoder
- Timestamp:
- 15 Nov 2013, 20:48:18 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-4.0-dev/source/Lib/TLibEncoder/TEncCavlc.cpp
r475 r477 1255 1255 1256 1256 #if N0065_LAYER_POC_ALIGNMENT 1257 #if SHM_FIX7 1258 } 1259 #endif 1257 1260 if( !pcSlice->getIdrPicFlag() ) 1258 1261 { … … 1372 1375 WRITE_FLAG( pcSlice->getEnableTMVPFlag() ? 1 : 0, "slice_temporal_mvp_enable_flag" ); 1373 1376 } 1374 #if N0065_LAYER_POC_ALIGNMENT 1377 #if N0065_LAYER_POC_ALIGNMENT && !SHM_FIX7 1375 1378 } 1376 1379 #endif
Note: See TracChangeset for help on using the changeset viewer.