Changeset 554 in SHVCSoftware for branches/SHM-5.0-dev/source


Ignore:
Timestamp:
24 Jan 2014, 23:43:18 (11 years ago)
Author:
seregin
Message:

JCTVC-P0130, set layer Id of EOB NALU to be fixed to 0 with macro P0130_EOB. Patch was provided by Hendry <fhendry@…>

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/SHM-5.0-dev/source/Lib/TLibDecoder/TDecTop.cpp

    r550 r554  
    18651865     
    18661866    case NAL_UNIT_EOB:
     1867#if P0130_EOB
     1868      //Check layer id of the nalu. if it is not 0, give a warning message.
     1869      if (nalu.m_layerId > 0)
     1870      {
     1871        printf( "\n\nThis bitstream is ended with EOB NALU that has layer id greater than 0\n" );
     1872      }
     1873#endif
    18671874      return false;
    18681875     
Note: See TracChangeset for help on using the changeset viewer.