[FFmpeg-cvslog] libavformat/asfdec: Add braces to define
Soft Works
git at videolan.org
Thu Sep 30 15:02:47 EEST 2021
ffmpeg | branch: master | Soft Works <softworkz at hotmail.com> | Thu Sep 30 02:59:03 2021 +0000| [35d784aca98fbb626cd0675cde52b739ddeffce8] | committer: Michael Niedermayer
libavformat/asfdec: Add braces to define
Signed-off-by: softworkz <softworkz at hotmail.com>
Signed-off-by: Michael Niedermayer <michael at niedermayer.cc>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=35d784aca98fbb626cd0675cde52b739ddeffce8
---
libavformat/asfdec_f.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavformat/asfdec_f.c b/libavformat/asfdec_f.c
index 95063cbc14..a8f36ed286 100644
--- a/libavformat/asfdec_f.c
+++ b/libavformat/asfdec_f.c
@@ -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)
More information about the ffmpeg-cvslog
mailing list