Mercurial > libavformat.hg
diff utils.c @ 1303:44c593741578 libavformat
undefines a few temporary defines which were not undefined after their usage.
Patch by Panagiotis Issaris
| author | gpoirier |
|---|---|
| date | Sat, 09 Sep 2006 08:49:28 +0000 |
| parents | 8b14b8103d9f |
| children | 59dbb78518d4 |
line wrap: on
line diff
--- a/utils.c Fri Sep 08 17:24:48 2006 +0000 +++ b/utils.c Sat Sep 09 08:49:28 2006 +0000 @@ -474,6 +474,10 @@ {NULL}, }; +#undef E +#undef D +#undef DEFAULT + static const AVClass av_format_context_class = { "AVFormatContext", format_to_name, options }; #if LIBAVCODEC_VERSION_INT > ((52<<16)+(0<<8)+0)
