[FFmpeg-cvslog] r22600 - trunk/libavutil/error.h
stefano
subversion
Sat Mar 20 00:34:34 CET 2010
Author: stefano
Date: Sat Mar 20 00:34:34 2010
New Revision: 22600
Log:
Extend description for AVERROR_INVALIDDATA.
Modified:
trunk/libavutil/error.h
Modified: trunk/libavutil/error.h
==============================================================================
--- trunk/libavutil/error.h Fri Mar 19 17:25:11 2010 (r22599)
+++ trunk/libavutil/error.h Sat Mar 20 00:34:34 2010 (r22600)
@@ -46,7 +46,7 @@
#endif
#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_NOTSUPP AVERROR(ENOSYS) /**< Operation not supported. */
More information about the ffmpeg-cvslog
mailing list