changeset 878:1380f7caffd6 libavutil

Add missing parentheses around the AVERROR_PATCHWELCOME macro definition.
author stefano
date Sat, 13 Mar 2010 09:52:43 +0000
parents 51fd7ea406a1
children 042e0e6f0735
files error.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/error.h	Sat Mar 13 09:43:24 2010 +0000
+++ b/error.h	Sat Mar 13 09:52:43 2010 +0000
@@ -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 */