diff utils.c @ 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 faa8dc533ad3
children 7e7d8a3fe080
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 };