add AVERROR_NOENT
authorBenoit Fouet <benoit.fouet@free.fr>
Thu, 10 May 2007 13:24:05 +0000 (13:24 +0000)
committerBenoit Fouet <benoit.fouet@free.fr>
Thu, 10 May 2007 13:24:05 +0000 (13:24 +0000)
Originally committed as revision 8976 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavcodec/avcodec.h

index 8f9838c..844945c 100644 (file)
@@ -3150,6 +3150,7 @@ extern unsigned int av_xiphlacing(unsigned char *s, unsigned int v);
 #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
 }