提交 52aae96f 编写于 作者: J John Bradley

obs-ffmpeg: Add alias of CS601 support

上级 5465fcb4
......@@ -78,6 +78,7 @@ static bool set_obs_frame_colorprops(struct ff_frame *frame,
switch(frame_cs) {
case AVCOL_SPC_BT709: obs_cs = VIDEO_CS_709; break;
case AVCOL_SPC_SMPTE170M:
case AVCOL_SPC_BT470BG: obs_cs = VIDEO_CS_601; break;
case AVCOL_SPC_UNSPECIFIED: obs_cs = VIDEO_CS_DEFAULT; break;
default:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册