mirror of https://git.ffmpeg.org/ffmpeg.git
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:
parent
0c015aa95c
commit
374cf93548
|
@ -148,7 +148,7 @@ static void print_guid(ff_asf_guid *g)
|
||||||
}
|
}
|
||||||
#undef PRINT_IF_GUID
|
#undef PRINT_IF_GUID
|
||||||
#else
|
#else
|
||||||
#define print_guid(g)
|
#define print_guid(g) while(0)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
static int asf_probe(AVProbeData *pd)
|
static int asf_probe(AVProbeData *pd)
|
||||||
|
|
Loading…
Reference in New Issue