win-dshow: Properly log colorspace on format fail

This commit is contained in:
jp9000 2014-09-12 01:29:22 -07:00
parent 8bdc967ae9
commit 1291351a2a

View File

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