Browse code

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>

Stefano Sabatini authored on 2011/04/21 18:48:44
Showing 1 changed files
... ...
@@ -37,15 +37,6 @@
37 37
 #define AVUNERROR(e) (e)
38 38
 #endif
39 39
 
40
-#define AVERROR_IO          AVERROR(EIO)     ///< I/O error
41
-#define AVERROR_NOENT       AVERROR(ENOENT)  ///< No such file or directory
42
-#define AVERROR_NOFMT       AVERROR(EILSEQ)  ///< Unknown format
43
-#define AVERROR_NOMEM       AVERROR(ENOMEM)  ///< Not enough memory
44
-#define AVERROR_NOTSUPP     AVERROR(ENOSYS)  ///< Operation not supported
45
-#define AVERROR_UNKNOWN     AVERROR(EINVAL)  ///< Unknown error
46
-
47
-
48
-
49 40
 #define AVERROR_BSF_NOT_FOUND      (-MKTAG(0xF8,'B','S','F')) ///< Bitstream filter not found
50 41
 #define AVERROR_DECODER_NOT_FOUND  (-MKTAG(0xF8,'D','E','C')) ///< Decoder not found
51 42
 #define AVERROR_DEMUXER_NOT_FOUND  (-MKTAG(0xF8,'D','E','M')) ///< Demuxer not found