Commit 374cf935 authored by Michael Niedermayer's avatar Michael Niedermayer

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

This avoid potential warnings
Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 0c015aa9
......@@ -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)
......
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