Skip to content
Snippets Groups Projects
Commit 374cf935 authored by Michael Niedermayer's avatar Michael Niedermayer
Browse files

avformat/asfdec: do not define print_guid() to nothing


This avoid potential warnings

Signed-off-by: default avatarMichael Niedermayer <michaelni@gmx.at>
parent 0c015aa9
No related branches found
No related tags found
No related merge requests found
......@@ -148,7 +148,7 @@ static void print_guid(ff_asf_guid *g)
}
#undef PRINT_IF_GUID
#else
#define print_guid(g)
#define print_guid(g) while(0)
#endif
static int asf_probe(AVProbeData *pd)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment