Changeset 1306 in 3DVCSoftware


Ignore:
Timestamp:
29 Jul 2015, 12:57:03 (9 years ago)
Author:
tech
Message:

Further fixes.

Location:
branches/HTM-14.1-update-dev1/source/Lib
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-14.1-update-dev1/source/Lib/TLibCommon/TComRom.cpp

    r1305 r1306  
    551551Bool g_decTraceMvFromMerge   = false;
    552552Bool g_decTracePicOutput     = false;
    553 Bool g_stopAtPos             = true;
     553Bool g_stopAtPos             = false;
    554554Bool g_outputPos             = false;   
    555555Bool g_traceCameraParameters = false;
  • branches/HTM-14.1-update-dev1/source/Lib/TLibCommon/TypeDef.h

    r1305 r1306  
    6767#if NH_MV
    6868#define NH_3D_DLT_FIX                     1 // Fixes numbers of parsed DLTs
    69 #define H_MV_VER141_DEC_COMP_FLAG         1 // Makes decoding of this version compatible to HTM-14.1 by re-introducing HTM-14.1 bugs.
     69#define NH_3D_VER141_DEC_COMP_FLAG        0 // Makes decoding of this version compatible to HTM-14.1 by re-introducing HTM-14.1 bugs.
    7070#define NH_3D_ALIGN_SPIVMP_DBBP           1 // Further alignment of DBBP and SBP motion
    7171#define NH_3D_ALIGN_SPIVMP_RP             1 // Alignment of DBBP and RP
  • branches/HTM-14.1-update-dev1/source/Lib/TLibDecoder/TDecCAVLC.cpp

    r1305 r1306  
    507507  {
    508508    READ_CODE(6, uiCode, "pps_depth_layers_minus1");
    509 #if H_MV_VER141_DEC_COMP_FLAG
     509#if NH_3D_VER141_DEC_COMP_FLAG
    510510    pcDLT->setNumDepthViews( uiCode );
    511511#else
Note: See TracChangeset for help on using the changeset viewer.