changeset 3688:c63b9bb49532 libavcodec

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 bfcf76cad06a
children 6d9e8253da2a
files utils.c
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/utils.c	Fri Sep 08 08:27:51 2006 +0000
+++ b/utils.c	Sat Sep 09 08:49:28 2006 +0000
@@ -754,6 +754,10 @@
 
 #undef A
 #undef V
+#undef S
+#undef E
+#undef D
+#undef DEFAULT
 
 static AVClass av_codec_context_class = { "AVCodecContext", context_to_name, options };