From f3a3c72e3c64551e25d160b3495e633360dbc5a9 Mon Sep 17 00:00:00 2001 From: Ramiro Polla Date: Mon, 13 Aug 2007 22:55:04 +0000 Subject: Introduce AVERROR_PATCHWELCOME Originally committed as revision 10110 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/avcodec.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libavcodec/avcodec.h') diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h index b9e9a20954..1719b027c1 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.h @@ -2943,5 +2943,6 @@ int av_parse_video_frame_rate(AVRational *frame_rate, const char *str); #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 */ -- cgit v1.2.3