aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2011-08-23 07:46:51 +0200
committerReinhard Tartler <siretart@tauware.de>2011-09-26 19:26:31 +0200
commit54f12d2889390293d59c2a9c36f1bf78fbca8dca (patch)
tree99c526ae483beb7480fea7606ea4eaea972835ac
parent1cf3ba89711748b340c31fe018a3a72e8e9b75f1 (diff)
downloadffmpeg-54f12d2889390293d59c2a9c36f1bf78fbca8dca.tar.gz
AVOptions: fix av_set_string3() doxy to match reality.
Fixes bug 28. (cherry picked from commit e955a682e125d44143415ff2b96a99a4dac78da2) Signed-off-by: Anton Khirnov <anton@khirnov.net>
-rw-r--r--libavutil/opt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavutil/opt.h b/libavutil/opt.h
index 30aa54f5b6..ce65865069 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
*/