Changeset 768 in 3DVCSoftware for branches/HTM-9.2-dev0/source/Lib/TLibEncoder/TEncCavlc.cpp
- Timestamp:
- 13 Jan 2014, 00:44:19 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-9.2-dev0/source/Lib/TLibEncoder/TEncCavlc.cpp
r767 r768 495 495 } 496 496 WRITE_FLAG(pcVUI->getVideoSignalTypePresentFlag(), "video_signal_type_present_flag"); 497 #if H_MV 497 498 assert( pcSPS->getLayerId() == 0 || !pcVUI->getVideoSignalTypePresentFlag() ); 499 #endif 498 500 if (pcVUI->getVideoSignalTypePresentFlag()) 499 501 { … … 1657 1659 // if( separate_colour_plane_flag == 1 ) 1658 1660 // colour_plane_id u(2) 1659 1661 #if H_MV 1660 1662 if ( (pcSlice->getLayerId() > 0 && !vps->getPocLsbNotPresentFlag( pcSlice->getLayerIdInVps())) || !pcSlice->getIdrPicFlag() ) 1661 1663 { … … 1663 1665 WRITE_CODE( picOrderCntLSB, pcSlice->getSPS()->getBitsForPOC(), "slice_pic_order_cnt_lsb"); 1664 1666 } 1667 #endif 1665 1668 if( !pcSlice->getIdrPicFlag() ) 1666 1669 {
Note: See TracChangeset for help on using the changeset viewer.