From 5e89b50b2958a072dac99ea65e35c228dc12c31a Mon Sep 17 00:00:00 2001 From: Panagiotis Issaris Date: Sat, 9 Sep 2006 08:49:28 +0000 Subject: [PATCH] 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 --- libavcodec/utils.c | 4 ++++ libavformat/utils.c | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/libavcodec/utils.c b/libavcodec/utils.c index 6123210925..0e59852eae 100644 --- a/libavcodec/utils.c +++ b/libavcodec/utils.c @@ -754,6 +754,10 @@ static const AVOption options[]={ #undef A #undef V +#undef S +#undef E +#undef D +#undef DEFAULT static AVClass av_codec_context_class = { "AVCodecContext", context_to_name, options }; 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)