mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-05-24 16:28:07 -04:00
Merge pull request #1322 from beeanyew/master
obs-x264: Specify x264 color space for BT.601
This commit is contained in:
@@ -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:;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user