diff avcodec.h @ 5544:4117a942b325 libavcodec

Introduce AVERROR_PATCHWELCOME
author ramiro
date Mon, 13 Aug 2007 22:55:04 +0000
parents 3d10c3e84f96
children bee74f94dafe
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 */