[PATCH 11/15] Drop AVERROR_NOFMT at the next libavutil major bump.

Stefano Sabatini stefano.sabatini-lala
Wed Mar 17 00:38:58 CET 2010


---
 libavutil/error.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/libavutil/error.h b/libavutil/error.h
index 2a3c206..af82212 100644
--- a/libavutil/error.h
+++ b/libavutil/error.h
@@ -42,12 +42,12 @@
 #define AVERROR_INVALIDDATA AVERROR(EINVAL)  /**< invalid data found */
 #define AVERROR_IO          AVERROR(EIO)     /**< I/O error */
 #define AVERROR_NOENT       AVERROR(ENOENT)  /**< No such file or directory. */
+#define AVERROR_NOFMT       AVERROR(EILSEQ)  /**< unknown format */
 #define AVERROR_NOMEM       AVERROR(ENOMEM)  /**< not enough memory */
 #define AVERROR_NUMEXPECTED AVERROR(EDOM)    /**< Number syntax expected in filename. */
 #define AVERROR_UNKNOWN     AVERROR(EINVAL)  /**< unknown error */
 #endif
 
-#define AVERROR_NOFMT       AVERROR(EILSEQ)  /**< unknown format */
 #define AVERROR_NOTSUPP     AVERROR(ENOSYS)  /**< Operation not supported. */
 
 #define AVERROR_PATCHWELCOME    (-MKTAG('P','A','W','E')) /**< Not yet implemented in FFmpeg. Patches welcome. */
-- 
1.6.6.1


--n/aVsWSeQ4JHkrmm--



More information about the ffmpeg-devel mailing list