Skip to content
Snippets Groups Projects
Commit 1291351a authored by Jim's avatar Jim
Browse files

win-dshow: Properly log colorspace on format fail

parent 8bdc967a
No related branches found
No related tags found
No related merge requests found
...@@ -672,7 +672,7 @@ void DShowInput::Update(obs_data_t settings) ...@@ -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);
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment