Changeset 625 in SHVCSoftware for branches/SHM-5.1-dev/source/Lib/TLibEncoder


Ignore:
Timestamp:
10 Mar 2014, 22:19:42 (12 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/TLibEncoder/TEncCavlc.cpp

    r624 r625  
    15671567  if ( pcSlice->getRapPicFlag() )
    15681568  {
     1569#if NO_OUTPUT_OF_PRIOR_PICS
     1570    WRITE_FLAG( pcSlice->getNoOutputOfPriorPicsFlag(), "no_output_of_prior_pics_flag" );
     1571#else
    15691572    WRITE_FLAG( 0, "no_output_of_prior_pics_flag" );
     1573#endif
    15701574  }
    15711575  WRITE_UVLC( pcSlice->getPPS()->getPPSId(), "slice_pic_parameter_set_id" );
Note: See TracChangeset for help on using the changeset viewer.