Merge pull request #2327 from jpark37/srgb-enum-value

libobs: Add VIDEO_CS_SRGB enum value
master
Jim 2020-01-20 22:52:57 -08:00 committed by GitHub
commit 8c549a3223
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

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 {