mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
AVOptions: fix av_set_string3() doxy to match reality.
Fixes bug 28.
This commit is contained in:
parent
20c21f8b75
commit
e955a682e1
@ -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
|
* 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
|
* @return 0 if the value has been set, or an AVERROR code in case of
|
||||||
* error:
|
* 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(ERANGE) if the value is out of range
|
||||||
* AVERROR(EINVAL) if the value is not valid
|
* AVERROR(EINVAL) if the value is not valid
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user