libobs: Add VIDEO_CS_SRGB enum value

Can't implement all at once because of AMF submodule.
This commit is contained in:
jpark37 2020-01-18 08:21:42 -08:00
parent 20a2b2523c
commit 8134a116be

View File

@ -74,6 +74,7 @@ enum video_colorspace {
VIDEO_CS_DEFAULT,
VIDEO_CS_601,
VIDEO_CS_709,
VIDEO_CS_SRGB,
};
enum video_range_type {