Commit 9d12638c authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Direct3D: less verbose output

parent 4bed8517
......@@ -1264,8 +1264,10 @@ static void Direct3DImportSubpicture(vout_display_t *vd,
d3dr->width, d3dr->height, hr);
continue;
}
#ifndef NDEBUG
msg_Dbg(vd, "Created %dx%d texture for OSD",
r->fmt.i_visible_width, r->fmt.i_visible_height);
#endif
}
D3DLOCKED_RECT lock;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment