comparison error.h @ 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
comparison
equal deleted inserted replaced
877:51fd7ea406a1 878:1380f7caffd6
40 #define AVERROR_NOMEM AVERROR(ENOMEM) /**< not enough memory */ 40 #define AVERROR_NOMEM AVERROR(ENOMEM) /**< not enough memory */
41 #define AVERROR_NOFMT AVERROR(EILSEQ) /**< unknown format */ 41 #define AVERROR_NOFMT AVERROR(EILSEQ) /**< unknown format */
42 #define AVERROR_NOTSUPP AVERROR(ENOSYS) /**< Operation not supported. */ 42 #define AVERROR_NOTSUPP AVERROR(ENOSYS) /**< Operation not supported. */
43 #define AVERROR_NOENT AVERROR(ENOENT) /**< No such file or directory. */ 43 #define AVERROR_NOENT AVERROR(ENOENT) /**< No such file or directory. */
44 #define AVERROR_EOF AVERROR(EPIPE) /**< End of file. */ 44 #define AVERROR_EOF AVERROR(EPIPE) /**< End of file. */
45 #define AVERROR_PATCHWELCOME -MKTAG('P','A','W','E') /**< Not yet implemented in FFmpeg. Patches welcome. */ 45 #define AVERROR_PATCHWELCOME (-MKTAG('P','A','W','E')) /**< Not yet implemented in FFmpeg. Patches welcome. */
46 46
47 #endif /* AVUTIL_ERROR_H */ 47 #endif /* AVUTIL_ERROR_H */