diff options
author | Stefano Sabatini | 2011-04-21 11:48:44 +0200 |
---|---|---|
committer | Stefano Sabatini | 2011-04-22 10:21:21 +0200 |
commit | 22180e7a5a39f8a77498fcbce54368ecc408df8f (patch) | |
tree | bfe212575d837773a6eef36c1bd5469b493f1b7b /libavutil/error.h | |
parent | 50f43fb0e26df6f090e88f4e09257ef5e10be0fb (diff) |
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@poste.it>
Diffstat (limited to 'libavutil/error.h')
-rw-r--r-- | libavutil/error.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/libavutil/error.h b/libavutil/error.h index f6a5942060..47d366ebbc 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 |