From 5e89b50b2958a072dac99ea65e35c228dc12c31a Mon Sep 17 00:00:00 2001 From: Panagiotis Issaris Date: Sat, 9 Sep 2006 08:49:28 +0000 Subject: undefines a few temporary defines which were not undefined after their usage. Patch by Panagiotis Issaris Originally committed as revision 6205 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/utils.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'libavformat') diff --git a/libavformat/utils.c b/libavformat/utils.c index 6348ac98df..d9b57897dc 100644 --- a/libavformat/utils.c +++ b/libavformat/utils.c @@ -474,6 +474,10 @@ static const AVOption options[]={ {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) -- cgit v1.2.3