Changeset 1206 in SHVCSoftware


Ignore:
Timestamp:
8 Jul 2015, 21:08:20 (9 years ago)
Author:
seregin
Message:

macro cleanup: ALIGN_IRAP_BUGFIX

Location:
branches/SHM-dev/source/Lib
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/SHM-dev/source/Lib/TLibCommon/TypeDef.h

    r1205 r1206  
    7272#define POC_RESET_IDC_ENCODER            1      ///< JCTVC-P0041: Include support of enabling POC reset at the encoder
    7373#define POC_RESET_IDC_DECODER            1      ///< JCTVC-P0041: Include support of enabling POC reset at the decoder
    74 #define ALIGN_IRAP_BUGFIX                1
    75 #define UNAVAILABLE_PIC_BUGFIX           1
    7674#endif
    7775#define POC_RESET_INFO_INFERENCE         1      ///< JCTVC-Q0146: Infer the value of poc_reset_info_present_flag when not present
     
    8078#define AVC_BASE                         1      ///< YUV BL reading for AVC base SVC
    8179#define SVC_POC                          1      ///< POC signalling and reset
     80#define UNAVAILABLE_PIC_BUGFIX           1
    8281
    8382#define REF_IDX_MFM                      1      ///< JCTVC-L0336: motion vector mapping of inter-layer reference picture
  • branches/SHM-dev/source/Lib/TLibEncoder/TEncGOP.cpp

    r1203 r1206  
    14791479            pcSlice->setNalUnitType(NAL_UNIT_CODED_SLICE_CRA);
    14801480          }
    1481         }
    1482         else
    1483         {
    1484 #if !ALIGN_IRAP_BUGFIX
    1485           pcSlice->setNalUnitType(NAL_UNIT_CODED_SLICE_CRA);
    1486 #endif
    1487         }
     1481        }       
    14881482      }
    14891483
Note: See TracChangeset for help on using the changeset viewer.