Merge pull request #1322 from beeanyew/master
obs-x264: Specify x264 color space for BT.601
This commit is contained in:
commit
d6759d15e0
@ -363,7 +363,7 @@ static inline const char *get_x264_colorspace_name(enum video_colorspace cs)
|
||||
switch (cs) {
|
||||
case VIDEO_CS_DEFAULT:
|
||||
case VIDEO_CS_601:
|
||||
return "undef";
|
||||
return "bt470bg";
|
||||
case VIDEO_CS_709:;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user