summaryrefslogtreecommitdiff
path: root/libavcodec
diff options
context:
space:
mode:
authorPanagiotis Issaris <takis.issaris@uhasselt.be>2006-09-09 08:49:28 +0000
committerGuillaume Poirier <gpoirier@mplayerhq.hu>2006-09-09 08:49:28 +0000
commit5e89b50b2958a072dac99ea65e35c228dc12c31a (patch)
treebdf327565eaa1f7ee7e2db1eed8da2ac29e79da6 /libavcodec
parent8dc6f118b76b7fab69dfdfee34f08a33b83b9ea8 (diff)
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
Diffstat (limited to 'libavcodec')
-rw-r--r--libavcodec/utils.c4
1 files changed, 4 insertions, 0 deletions
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 };