# HG changeset patch # User benoit # Date 1178803445 0 # Node ID 4d0e94e001e1dc7c5923628a08e293c412d1094d # Parent 6d45158e0249079c0ba9014ce99fb02d29ef7c1d add AVERROR_NOENT diff -r 6d45158e0249 -r 4d0e94e001e1 avcodec.h --- a/avcodec.h Thu May 10 13:11:36 2007 +0000 +++ b/avcodec.h Thu May 10 13:24:05 2007 +0000 @@ -3150,6 +3150,7 @@ #define AVERROR_NOMEM AVERROR(ENOMEM) /**< not enough memory */ #define AVERROR_NOFMT AVERROR(EILSEQ) /**< unknown format */ #define AVERROR_NOTSUPP AVERROR(ENOSYS) /**< Operation not supported. */ +#define AVERROR_NOENT AVERROR(ENOENT) /**< No such file or directory. */ #ifdef __cplusplus }