ffmpeg | branch: master | Soft Works <[email protected]> | Thu Sep 30 02:59:03 2021 +0000| [35d784aca98fbb626cd0675cde52b739ddeffce8] | committer: Michael Niedermayer
libavformat/asfdec: Add braces to define Signed-off-by: softworkz <[email protected]> Signed-off-by: Michael Niedermayer <[email protected]> > 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) _______________________________________________ ffmpeg-cvslog mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
