[FFmpeg-cvslog] r22502 - trunk/libavutil/error.h
stefano
subversion
Sat Mar 13 10:52:43 CET 2010
Author: stefano
Date: Sat Mar 13 10:52:43 2010
New Revision: 22502
Log:
Add missing parentheses around the AVERROR_PATCHWELCOME macro
definition.
Modified:
trunk/libavutil/error.h
Modified: trunk/libavutil/error.h
==============================================================================
--- trunk/libavutil/error.h Sat Mar 13 10:43:24 2010 (r22501)
+++ trunk/libavutil/error.h Sat Mar 13 10:52:43 2010 (r22502)
@@ -42,6 +42,6 @@
#define AVERROR_NOTSUPP AVERROR(ENOSYS) /**< Operation not supported. */
#define AVERROR_NOENT AVERROR(ENOENT) /**< No such file or directory. */
#define AVERROR_EOF AVERROR(EPIPE) /**< End of file. */
-#define AVERROR_PATCHWELCOME -MKTAG('P','A','W','E') /**< Not yet implemented in FFmpeg. Patches welcome. */
+#define AVERROR_PATCHWELCOME (-MKTAG('P','A','W','E')) /**< Not yet implemented in FFmpeg. Patches welcome. */
#endif /* AVUTIL_ERROR_H */
More information about the ffmpeg-cvslog
mailing list