浏览代码

win-dshow: Properly log colorspace on format fail

jp9000 11 年之前
父节点
当前提交
1291351a2a
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      plugins/win-dshow/win-dshow.cpp

+ 1 - 1
plugins/win-dshow/win-dshow.cpp

@@ -672,7 +672,7 @@ void DShowInput::Update(obs_data_t settings)
 			frame.color_range_min,
 			frame.color_range_min,
 			frame.color_range_max)) {
 			frame.color_range_max)) {
 		blog(LOG_ERROR, "Failed to get video format parameters for " \
 		blog(LOG_ERROR, "Failed to get video format parameters for " \
-		                "video format %u", VIDEO_CS_601);
+		                "video format %u", cs);
 	}
 	}
 }
 }