libavformat/asfdec: Add braces to define

Signed-off-by: softworkz <softworkz@hotmail.com>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
Soft Works 2021-09-30 02:59:03 +00:00 committed by Michael Niedermayer
parent c8cdf641c7
commit 35d784aca9
1 changed files with 1 additions and 1 deletions

View File

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