Mercurial > libavutil.hg
changeset 887:25135d2dca10 libavutil
Extend description for AVERROR_INVALIDDATA.
author | stefano |
---|---|
date | Fri, 19 Mar 2010 23:34:34 +0000 |
parents | d4062b438548 |
children | 4d4d42771661 |
files | error.h |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/error.h Sun Mar 14 22:25:35 2010 +0000 +++ b/error.h Fri Mar 19 23:34:34 2010 +0000 @@ -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. */