Commit 617f7b4d authored by gpoirier's avatar gpoirier

undefines a few temporary defines which were not undefined after their usage.

Patch by Panagiotis Issaris


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@6205 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 68dffbc4
......@@ -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 };
......
......@@ -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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment