Commit 35d784ac authored by Soft Works's avatar Soft Works Committed by Michael Niedermayer

libavformat/asfdec: Add braces to define

Signed-off-by: 's avatarsoftworkz <softworkz@hotmail.com>
Signed-off-by: 's avatarMichael Niedermayer <michael@niedermayer.cc>
parent c8cdf641
......@@ -149,7 +149,7 @@ static const ff_asf_guid asf_audio_conceal_none = {
};
#define PRINT_IF_GUID(g, cmp) \
if (!ff_guidcmp(g, &cmp)) \
if (!ff_guidcmp(g, &(cmp))) \
av_log(NULL, AV_LOG_TRACE, "(GUID: %s) ", # cmp)
static void print_guid(ff_asf_guid *g)
......
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