Changeset 631 in SHVCSoftware for branches/SHM-5.1-dev/source/Lib/TLibCommon


Ignore:
Timestamp:
15 Mar 2014, 07:22:13 (11 years ago)
Author:
qualcomm
Message:

Bugfix to r630 - corrected macro name from *_SIGNALlING to *_SIGNALLING

From: Adarsh K. Ramasubramonian <aramasub@…>

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

Legend:

Unmodified
Added
Removed
  • branches/SHM-5.1-dev/source/Lib/TLibCommon/TComSlice.cpp

    r630 r631  
    116116, m_handleCraAsBlaFlag            ( false )
    117117#endif
    118 #if POC_RESET_IDC_SIGNALlING
     118#if POC_RESET_IDC_SIGNALLING
    119119, m_pocResetIdc                   ( 0 )
    120120, m_pocResetPeriodId              ( 0 )
  • branches/SHM-5.1-dev/source/Lib/TLibCommon/TComSlice.h

    r630 r631  
    20472047  Bool        m_handleCraAsBlaFlag;
    20482048#endif
    2049 #if POC_RESET_IDC_SIGNALlING
     2049#if POC_RESET_IDC_SIGNALLING
    20502050  Int         m_pocResetIdc;
    20512051  Int         m_pocResetPeriodId;
     
    23832383
    23842384#endif
    2385 #if POC_RESET_IDC_SIGNALlING
     2385#if POC_RESET_IDC_SIGNALLING
    23862386  Int       getPocResetIdc       ()                              { return m_pocResetIdc;       }
    23872387  Void      setPocResetIdc       (Int b)                         { m_pocResetIdc = b;          }
Note: See TracChangeset for help on using the changeset viewer.