evr/mixer: Use hex format for message type.

Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Nikolay Sivov 2021-05-06 16:11:02 +03:00 committed by Alexandre Julliard
parent 4992fddc00
commit 8572de607b

View file

@ -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)
{