[FFmpeg-devel] [PATCH] error: remove symbols which were deprecated before the big bump

Stefano Sabatini stefano.sabatini-lala at poste.it
Thu Apr 21 12:01:08 CEST 2011


The removal was not applied when merging the Libav patches.

Signed-off-by: Stefano Sabatini <stefano.sabatini-lala at poste.it>
---
 libavutil/error.h |    6 ------
 1 files changed, 0 insertions(+), 6 deletions(-)

diff --git a/libavutil/error.h b/libavutil/error.h
index d371e6b..6a42b5d 100644
--- a/libavutil/error.h
+++ b/libavutil/error.h
@@ -37,12 +37,6 @@
 #define AVUNERROR(e) (e)
 #endif
 
-#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_NOTSUPP     AVERROR(ENOSYS)  ///< Operation not supported
-#define AVERROR_UNKNOWN     AVERROR(EINVAL)  ///< Unknown error
 
 #define AVERROR_EOF         AVERROR(EPIPE)   ///< End of file
 
-- 
1.7.2.3



More information about the ffmpeg-devel mailing list