Changeset 1566 in SHVCSoftware for branches/SHM-dev/source/Lib/TLibEncoder/TEncCavlc.cpp
- Timestamp:
- 20 Jun 2016, 17:39:01 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-dev/source/Lib/TLibEncoder/TEncCavlc.cpp
r1565 r1566 718 718 WRITE_FLAG( pcSPS->getTMVPFlagsPresent() ? 1 : 0, "sps_temporal_mvp_enable_flag" ); 719 719 720 WRITE_FLAG( pcSPS->getUseStrongIntraSmoothing(), "s ps_strong_intra_smoothing_enable_flag" );721 722 WRITE_FLAG( pcSPS->getVuiParametersPresentFlag(), 720 WRITE_FLAG( pcSPS->getUseStrongIntraSmoothing(), "strong_intra_smoothing_enable_flag" ); 721 722 WRITE_FLAG( pcSPS->getVuiParametersPresentFlag(), "vui_parameters_present_flag" ); 723 723 if (pcSPS->getVuiParametersPresentFlag()) 724 724 {
Note: See TracChangeset for help on using the changeset viewer.