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

This avoid potential warnings

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
Michael Niedermayer 2015-05-07 00:54:06 +02:00
parent 0c015aa95c
commit 374cf93548
1 changed files with 1 additions and 1 deletions

View File

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