[FFmpeg-cvslog] r8976 - trunk/libavcodec/avcodec.h

benoit subversion
Thu May 10 15:24:05 CEST 2007


Author: benoit
Date: Thu May 10 15:24:05 2007
New Revision: 8976

Log:

add AVERROR_NOENT



Modified:
   trunk/libavcodec/avcodec.h

Modified: trunk/libavcodec/avcodec.h
==============================================================================
--- trunk/libavcodec/avcodec.h	(original)
+++ trunk/libavcodec/avcodec.h	Thu May 10 15:24:05 2007
@@ -3150,6 +3150,7 @@ extern unsigned int av_xiphlacing(unsign
 #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
 }




More information about the ffmpeg-cvslog mailing list