Commit 4fef7086 authored by Alex Henrie's avatar Alex Henrie Committed by Alexandre Julliard

evr: Use debugstr_fourcc instead of debugstr_an.

parent 828304da
...@@ -213,7 +213,7 @@ HRESULT WINAPI MFCreateVideoMixerAndPresenter(IUnknown *mixer_outer, IUnknown *p ...@@ -213,7 +213,7 @@ HRESULT WINAPI MFCreateVideoMixerAndPresenter(IUnknown *mixer_outer, IUnknown *p
*/ */
BOOL WINAPI MFIsFormatYUV(DWORD format) BOOL WINAPI MFIsFormatYUV(DWORD format)
{ {
TRACE("%s.\n", debugstr_an((char *)&format, 4)); TRACE("%s.\n", debugstr_fourcc(format));
switch (format) switch (format)
{ {
......
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