changeset 4968:4d0e94e001e1 libavcodec

add AVERROR_NOENT
author benoit
date Thu, 10 May 2007 13:24:05 +0000
parents 6d45158e0249
children 0f68e830fd3a
files avcodec.h
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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
 }