comparison avcodec.h @ 4968:4d0e94e001e1 libavcodec

add AVERROR_NOENT
author benoit
date Thu, 10 May 2007 13:24:05 +0000
parents feba7e1adac5
children 3769553b95a2
comparison
equal deleted inserted replaced
4967:6d45158e0249 4968:4d0e94e001e1
3148 #define AVERROR_NUMEXPECTED AVERROR(EDOM) /**< Number syntax expected in filename. */ 3148 #define AVERROR_NUMEXPECTED AVERROR(EDOM) /**< Number syntax expected in filename. */
3149 #define AVERROR_INVALIDDATA AVERROR(EINVAL) /**< invalid data found */ 3149 #define AVERROR_INVALIDDATA AVERROR(EINVAL) /**< invalid data found */
3150 #define AVERROR_NOMEM AVERROR(ENOMEM) /**< not enough memory */ 3150 #define AVERROR_NOMEM AVERROR(ENOMEM) /**< not enough memory */
3151 #define AVERROR_NOFMT AVERROR(EILSEQ) /**< unknown format */ 3151 #define AVERROR_NOFMT AVERROR(EILSEQ) /**< unknown format */
3152 #define AVERROR_NOTSUPP AVERROR(ENOSYS) /**< Operation not supported. */ 3152 #define AVERROR_NOTSUPP AVERROR(ENOSYS) /**< Operation not supported. */
3153 #define AVERROR_NOENT AVERROR(ENOENT) /**< No such file or directory. */
3153 3154
3154 #ifdef __cplusplus 3155 #ifdef __cplusplus
3155 } 3156 }
3156 #endif 3157 #endif
3157 3158