Changeset 521 in 3DVCSoftware for branches/HTM-DEV-0.3-dev2/source/App/TAppDecoder
- Timestamp:
- 4 Jul 2013, 21:00:23 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-DEV-0.3-dev2/source/App/TAppDecoder/TAppDecTop.cpp
r504 r521 267 267 bitstreamFile.seekg(location-streamoff(3)); 268 268 bytestream.reset(); 269 #if H_MV270 269 #if ENC_DEC_TRACE 270 #if H_MV_ENC_DEC_TRAC 271 const Bool resetCounter = false; 272 if ( resetCounter ) 273 { 274 g_nSymbolCounter = symCount; // Only reset counter SH becomes traced twice 275 } 276 else 277 { 278 g_disableHLSTrace = true; // Trancing of second parsing of SH is not carried out 279 } 280 #else 271 281 g_nSymbolCounter = symCount; 272 282 #endif
Note: See TracChangeset for help on using the changeset viewer.