You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
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:
@@ -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)
|
||||
|
Reference in New Issue
Block a user