Ticket #1429: JCTVC-V0063_m37008.patch
File JCTVC-V0063_m37008.patch, 1.0 KB (added by lenchik, 9 years ago) |
---|
-
source/App/TAppEncoder/TAppEncCfg.cpp
687 687 SMultiValueInput<UInt> cfg_kneeSEIOutputKneePointValue (0, 1000, 0, 999, defaultOutputKneeCodes, sizeof(defaultOutputKneeCodes)/sizeof(UInt)); 688 688 const Int defaultPrimaryCodes[6] = { 0,50000, 0,0, 50000,0 }; 689 689 const Int defaultWhitePointCode[2] = { 16667, 16667 }; 690 SMultiValueInput<Int> cfg_DisplayPrimariesCode (0, 50000, 3, 3, defaultPrimaryCodes, sizeof(defaultPrimaryCodes )/sizeof(Int));690 SMultiValueInput<Int> cfg_DisplayPrimariesCode (0, 50000, 6, 6, defaultPrimaryCodes, sizeof(defaultPrimaryCodes )/sizeof(Int)); 691 691 SMultiValueInput<Int> cfg_DisplayWhitePointCode (0, 50000, 2, 2, defaultWhitePointCode, sizeof(defaultWhitePointCode)/sizeof(Int)); 692 692 693 693 SMultiValueInput<Bool> cfg_timeCodeSeiTimeStampFlag (0, 1, 0, MAX_TIMECODE_SEI_SETS);