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


Ignore:
Timestamp:
3 Dec 2015, 20:12:43 (9 years ago)
Author:
seregin
Message:

reduce VPS memory footprint

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/SHM-dev/source/Lib/TLibEncoder/TEncCavlc.cpp

    r1487 r1497  
    23592359    WRITE_CODE(vps->getVideoVPSFormat(i), 3, "video_vps_format" );
    23602360    WRITE_FLAG(vps->getVideoFullRangeVpsFlag(i), "video_full_range_vps_flag" );
    2361     WRITE_CODE(vps->getColorPrimaries(i), 8, "color_primaries_vps" );
     2361    WRITE_CODE(vps->getColorPrimaries(i), 8, "colour_primaries_vps" );
    23622362    WRITE_CODE(vps->getTransCharacter(i), 8, "transfer_characteristics_vps" );
    23632363    WRITE_CODE(vps->getMaxtrixCoeff(i), 8, "matrix_coeffs_vps" );
Note: See TracChangeset for help on using the changeset viewer.