# HG changeset patch # User ramiro # Date 1187045704 0 # Node ID 4117a942b325a2e1da1863ceed31c1f89e2c1b29 # Parent 56bc8fbd9aeef8674b4dbfc3a2927130a19ec3c4 Introduce AVERROR_PATCHWELCOME diff -r 56bc8fbd9aee -r 4117a942b325 avcodec.h --- a/avcodec.h Mon Aug 13 17:57:06 2007 +0000 +++ b/avcodec.h Mon Aug 13 22:55:04 2007 +0000 @@ -2943,5 +2943,6 @@ #define AVERROR_NOFMT AVERROR(EILSEQ) /**< unknown format */ #define AVERROR_NOTSUPP AVERROR(ENOSYS) /**< Operation not supported. */ #define AVERROR_NOENT AVERROR(ENOENT) /**< No such file or directory. */ +#define AVERROR_PATCHWELCOME -MKTAG('P','A','W','E') /**< Not yet implemented in FFmpeg. Patches welcome. */ #endif /* AVCODEC_H */