Browse Source

AVOptions: fix av_set_string3() doxy to match reality.

Fixes bug 28.
(cherry picked from commit e955a682e1)

Signed-off-by: Anton Khirnov <anton@khirnov.net>
tags/n0.8.4
Anton Khirnov 14 years ago
parent
commit
de33e8675c
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavutil/opt.h

+ 1
- 1
libavutil/opt.h View File

@@ -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
*/


Loading…
Cancel
Save