Thread: VirtualDub2
View Single Post
Old 13th January 2017, 20:18   #141  |  Link
jpsdr
Registered User
 
Join Date: Oct 2002
Location: France
Posts: 2,309
Code:
	enum ColorSpaceMode {
		kColorSpaceMode_None,
		kColorSpaceMode_601,
		kColorSpaceMode_709,
		kColorSpaceModeCount
	};
With all the UHD and bit depth stuff, i would like to suggest to add kColorSpaceMode_2020.
jpsdr is offline   Reply With Quote