Ignore:
Timestamp:
10 Mar 2014, 22:19:42 (11 years ago)
Author:
qualcomm
Message:

Include support for NoOutputOfPriorPicsFlag (Macro: NO_OUTPUT_OF_PRIOR_PICS)

Modify flushing of pictures based on NoOutputOfPriorPicsFlag

From: Adarsh K. Ramasubramonian <aramasub@…>

File:
1 edited

Legend:

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

    r624 r625  
    20492049  if( rpcSlice->getRapPicFlag())
    20502050  {
     2051#if !NO_OUTPUT_OF_PRIOR_PICS
    20512052    READ_FLAG( uiCode, "no_output_of_prior_pics_flag" );  //ignored
     2053#else
     2054    READ_FLAG( uiCode, "no_output_of_prior_pics_flag" );  rpcSlice->setNoOutputOfPriorPicsFlag( uiCode ? true : false );
     2055#endif
    20522056  }
    20532057  READ_UVLC (    uiCode, "slice_pic_parameter_set_id" );  rpcSlice->setPPSId(uiCode);
Note: See TracChangeset for help on using the changeset viewer.