Changeset 625 in SHVCSoftware for branches/SHM-5.1-dev/source/Lib/TLibEncoder
- Timestamp:
- 10 Mar 2014, 22:19:42 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-5.1-dev/source/Lib/TLibEncoder/TEncCavlc.cpp
r624 r625 1567 1567 if ( pcSlice->getRapPicFlag() ) 1568 1568 { 1569 #if NO_OUTPUT_OF_PRIOR_PICS 1570 WRITE_FLAG( pcSlice->getNoOutputOfPriorPicsFlag(), "no_output_of_prior_pics_flag" ); 1571 #else 1569 1572 WRITE_FLAG( 0, "no_output_of_prior_pics_flag" ); 1573 #endif 1570 1574 } 1571 1575 WRITE_UVLC( pcSlice->getPPS()->getPPSId(), "slice_pic_parameter_set_id" );
Note: See TracChangeset for help on using the changeset viewer.