[FFmpeg-cvslog] r10110 - trunk/libavcodec/avcodec.h

ramiro subversion
Tue Aug 14 00:55:04 CEST 2007


Author: ramiro
Date: Tue Aug 14 00:55:04 2007
New Revision: 10110

Log:
Introduce AVERROR_PATCHWELCOME

Modified:
   trunk/libavcodec/avcodec.h

Modified: trunk/libavcodec/avcodec.h
==============================================================================
--- trunk/libavcodec/avcodec.h	(original)
+++ trunk/libavcodec/avcodec.h	Tue Aug 14 00:55:04 2007
@@ -2943,5 +2943,6 @@ int av_parse_video_frame_rate(AVRational
 #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 */




More information about the ffmpeg-cvslog mailing list