Browse Source

Extend description for AVERROR_INVALIDDATA.

Originally committed as revision 22600 to svn://svn.ffmpeg.org/ffmpeg/trunk
Stefano Sabatini 15 years ago
parent
commit
0029156589
1 changed files with 1 additions and 1 deletions
  1. 1 1
      libavutil/error.h

+ 1 - 1
libavutil/error.h

@@ -46,7 +46,7 @@
 #endif
 #endif
 
 
 #define AVERROR_EOF         AVERROR(EPIPE)   /**< End of file. */
 #define AVERROR_EOF         AVERROR(EPIPE)   /**< End of file. */
-#define AVERROR_INVALIDDATA AVERROR(EINVAL)  /**< invalid data found */
+#define AVERROR_INVALIDDATA AVERROR(EINVAL)  /**< Invalid data found when processing input */
 #define AVERROR_NOFMT       AVERROR(EILSEQ)  /**< unknown format */
 #define AVERROR_NOFMT       AVERROR(EILSEQ)  /**< unknown format */
 #define AVERROR_NOTSUPP     AVERROR(ENOSYS)  /**< Operation not supported. */
 #define AVERROR_NOTSUPP     AVERROR(ENOSYS)  /**< Operation not supported. */