diff options
author | Alex Beregszaszi <alex@rtfs.hu> | 2006-02-12 02:24:37 +0000 |
---|---|---|
committer | Alex Beregszaszi <alex@rtfs.hu> | 2006-02-12 02:24:37 +0000 |
commit | 6df84c3ad484bdc0c295c883f013b6a899d55f66 (patch) | |
tree | ad744400a4e855b33a7fa13e398538a9b3d9c72a /libavformat/asf.c | |
parent | aafaeabb47416fdb264205086c0c272a926b95cb (diff) | |
download | ffmpeg-6df84c3ad484bdc0c295c883f013b6a899d55f66.tar.gz |
10l, fails to compile when debug enabled
Originally committed as revision 4998 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/asf.c')
-rw-r--r-- | libavformat/asf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/asf.c b/libavformat/asf.c index a3edf77c63..b0d037089c 100644 --- a/libavformat/asf.c +++ b/libavformat/asf.c @@ -71,7 +71,7 @@ static void print_guid(const GUID *g) printf(" 0x%02x,", g->v4[i]); printf("}\n"); } -#undef PRINT_IF_GUID(g,cmp) +#undef PRINT_IF_GUID #endif static void get_guid(ByteIOContext *s, GUID *g) |