projects
/
ffmpeg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
avformat/asfdec: do not define print_guid() to nothing
[ffmpeg.git]
/
libavformat
/
asfdec.c
diff --git
a/libavformat/asfdec.c
b/libavformat/asfdec.c
index
270d092
..
359ee8b
100644
(file)
--- a/
libavformat/asfdec.c
+++ b/
libavformat/asfdec.c
@@
-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)