Commit 8572de60 authored by Nikolay Sivov's avatar Nikolay Sivov Committed by Alexandre Julliard

evr/mixer: Use hex format for message type.

parent 4992fddc
......@@ -1029,7 +1029,7 @@ static HRESULT WINAPI video_mixer_transform_ProcessMessage(IMFTransform *iface,
HRESULT hr = S_OK;
unsigned int i;
TRACE("%p, %u, %#lx.\n", iface, message, param);
TRACE("%p, %#x, %#lx.\n", iface, message, param);
switch (message)
{
......
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