Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
F
ffmpeg.wasm-core
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Linshizhi
ffmpeg.wasm-core
Commits
c6074a30
Commit
c6074a30
authored
Nov 11, 2014
by
Luca Barbato
Committed by
Vittorio Giovara
Nov 11, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
opt: Fix the documentation mentioning av_set_string3
It is av_opt_set now.
parent
1b667269
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
opt.h
libavutil/opt.h
+2
-2
No files found.
libavutil/opt.h
View file @
c6074a30
...
@@ -319,7 +319,7 @@ void av_opt_set_defaults(void *s);
...
@@ -319,7 +319,7 @@ void av_opt_set_defaults(void *s);
* @return the number of successfully set key/value pairs, or a negative
* @return the number of successfully set key/value pairs, or a negative
* value corresponding to an AVERROR code in case of error:
* value corresponding to an AVERROR code in case of error:
* AVERROR(EINVAL) if opts cannot be parsed,
* AVERROR(EINVAL) if opts cannot be parsed,
* the error code issued by av_
set_string3
() if a key/value pair
* the error code issued by av_
opt_set
() if a key/value pair
* cannot be set
* cannot be set
*/
*/
int
av_set_options_string
(
void
*
ctx
,
const
char
*
opts
,
int
av_set_options_string
(
void
*
ctx
,
const
char
*
opts
,
...
@@ -408,7 +408,7 @@ int av_opt_eval_q (void *obj, const AVOption *o, const char *val, AVRational
...
@@ -408,7 +408,7 @@ int av_opt_eval_q (void *obj, const AVOption *o, const char *val, AVRational
* was found.
* was found.
*
*
* @note Options found with AV_OPT_SEARCH_CHILDREN flag may not be settable
* @note Options found with AV_OPT_SEARCH_CHILDREN flag may not be settable
* directly with av_
set_string3
(). Use special calls which take an options
* directly with av_
opt_set
(). Use special calls which take an options
* AVDictionary (e.g. avformat_open_input()) to set options found with this
* AVDictionary (e.g. avformat_open_input()) to set options found with this
* flag.
* flag.
*/
*/
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment