Commit a4f3b758 authored by stefano's avatar stefano

Extend description for AVERROR_INVALIDDATA.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@22600 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 2224df52
......@@ -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. */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment