From 00291565895c1c764ac6a36ef221fcef0046220f Mon Sep 17 00:00:00 2001 From: Stefano Sabatini Date: Fri, 19 Mar 2010 23:34:34 +0000 Subject: Extend description for AVERROR_INVALIDDATA. Originally committed as revision 22600 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavutil/error.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavutil/error.h') diff --git a/libavutil/error.h b/libavutil/error.h index 02dbc6a73d..b99c9aa765 100644 --- a/libavutil/error.h +++ b/libavutil/error.h @@ -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. */ -- cgit v1.2.3