Mercurial > libavcodec.hg
changeset 5544:4117a942b325 libavcodec
Introduce AVERROR_PATCHWELCOME
author | ramiro |
---|---|
date | Mon, 13 Aug 2007 22:55:04 +0000 |
parents | 56bc8fbd9aee |
children | 397cb90b66d0 |
files | avcodec.h |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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 */