Ignore:
Timestamp:
28 Jul 2014, 23:13:21 (10 years ago)
Author:
qualcomm
Message:

JCTVC-R0010: Remove bitstream partition HRD parameters SEI messsage (Macro: REMOVE_BSP_HRD_SEI)

From: Adarsh K. Ramasubramonian <aramasub@…>

File:
1 edited

Legend:

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

    r815 r846  
    361361     xParseSEIBspInitialArrivalTime((SEIBspInitialArrivalTime&) *sei, vps, sps, *nestingSei, *bspNestingSei);
    362362     break;
     363#if !REMOVE_BSP_HRD_SEI
    363364   case SEI::BSP_HRD:
    364365     sei = new SEIBspHrd;
    365366     xParseSEIBspHrd((SEIBspHrd&) *sei, sps, *nestingSei);
    366367     break;
     368#endif
    367369#endif
    368370#if Q0078_ADD_LAYER_SETS
     
    12861288}
    12871289
     1290#if !REMOVE_BSP_HRD_SEI
    12881291Void SEIReader::xParseSEIBspHrd(SEIBspHrd &sei, TComSPS *sps, const SEIScalableNesting &nestingSei)
    12891292{
     
    13711374  }
    13721375}
     1376#endif
    13731377
    13741378Void SEIReader::xParseHrdParameters(TComHRD *hrd, Bool commonInfPresentFlag, UInt maxNumSubLayersMinus1)
Note: See TracChangeset for help on using the changeset viewer.