summaryrefslogtreecommitdiff
path: root/libavutil/opt.h
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2011-08-23 07:46:51 +0200
committerAnton Khirnov <anton@khirnov.net>2011-09-03 21:00:52 +0200
commite955a682e125d44143415ff2b96a99a4dac78da2 (patch)
treeaf184ed711a5a67b71c3b2795ded7463827e356f /libavutil/opt.h
parent20c21f8b759cd4e759208f85dd6e34991c959043 (diff)
AVOptions: fix av_set_string3() doxy to match reality.
Fixes bug 28.
Diffstat (limited to 'libavutil/opt.h')
-rw-r--r--libavutil/opt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavutil/opt.h b/libavutil/opt.h
index 21dac7c569..68d2c798e2 100644
--- a/libavutil/opt.h
+++ b/libavutil/opt.h
@@ -134,7 +134,7 @@ const AVOption *av_find_opt(void *obj, const char *name, const char *unit, int m
* when 0 then no av_free() nor av_strdup() will be used
* @return 0 if the value has been set, or an AVERROR code in case of
* error:
- * AVERROR(ENOENT) if no matching option exists
+ * AVERROR_OPTION_NOT_FOUND if no matching option exists
* AVERROR(ERANGE) if the value is out of range
* AVERROR(EINVAL) if the value is not valid
*/