[Ffmpeg-cvslog] r6205 - in trunk: libavcodec/utils.c libavformat/utils.c
gpoirier
subversion
Sat Sep 9 10:49:29 CEST 2006
Author: gpoirier
Date: Sat Sep 9 10:49:28 2006
New Revision: 6205
Modified:
trunk/libavcodec/utils.c
trunk/libavformat/utils.c
Log:
undefines a few temporary defines which were not undefined after their usage.
Patch by Panagiotis Issaris
Modified: trunk/libavcodec/utils.c
==============================================================================
--- trunk/libavcodec/utils.c (original)
+++ trunk/libavcodec/utils.c Sat Sep 9 10:49:28 2006
@@ -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 };
Modified: trunk/libavformat/utils.c
==============================================================================
--- trunk/libavformat/utils.c (original)
+++ trunk/libavformat/utils.c Sat Sep 9 10:49:28 2006
@@ -474,6 +474,10 @@
{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)
More information about the ffmpeg-cvslog
mailing list