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

Stefano Sabatini git at videolan.org
Fri Apr 22 10:42:09 CEST 2011


ffmpeg | branch: master | Stefano Sabatini <stefano.sabatini-lala at poste.it> | Thu Apr 21 11:48:44 2011 +0200| [22180e7a5a39f8a77498fcbce54368ecc408df8f] | committer: Stefano Sabatini

error: remove symbols which were deprecated before the big bump

The removal was not applied when merging the Libav patches, because
there was still code referencing the symbols.

Signed-off-by: Stefano Sabatini <stefano.sabatini-lala at poste.it>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=22180e7a5a39f8a77498fcbce54368ecc408df8f
---

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

diff --git a/libavutil/error.h b/libavutil/error.h
index f6a5942..47d366e 100644
--- a/libavutil/error.h
+++ b/libavutil/error.h
@@ -37,15 +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_BSF_NOT_FOUND      (-MKTAG(0xF8,'B','S','F')) ///< Bitstream filter not found
 #define AVERROR_DECODER_NOT_FOUND  (-MKTAG(0xF8,'D','E','C')) ///< Decoder not found
 #define AVERROR_DEMUXER_NOT_FOUND  (-MKTAG(0xF8,'D','E','M')) ///< Demuxer not found



More information about the ffmpeg-cvslog mailing list