Changeset 401 in 3DVCSoftware for branches/HTM-DEV-0.1-dev/source/Lib/TLibDecoder/TDecTop.cpp
- Timestamp:
- 13 May 2013, 16:09:14 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-DEV-0.1-dev/source/Lib/TLibDecoder/TDecTop.cpp
r372 r401 50 50 m_iMaxRefPicNum = 0; 51 51 #if ENC_DEC_TRACE 52 #if H_MV 53 if ( g_hTrace == NULL ) 54 { 55 #endif 52 56 g_hTrace = fopen( "TraceDec.txt", "wb" ); 53 57 g_bJustDoIt = g_bEncDecTraceDisable; 54 58 g_nSymbolCounter = 0; 59 #if H_MV 60 } 61 #endif 55 62 #endif 56 63 m_pocCRA = 0;
Note: See TracChangeset for help on using the changeset viewer.