avutil/opt: add av_opt_copy()
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
f028b7af7b
commit
00759d71a2
4 changed files with 48 additions and 1 deletions
|
@ -822,6 +822,8 @@ void av_opt_freep_ranges(AVOptionRanges **ranges);
|
|||
*/
|
||||
int av_opt_query_ranges(AVOptionRanges **, void *obj, const char *key, int flags);
|
||||
|
||||
int av_opt_copy(void *dest, void *src);
|
||||
|
||||
/**
|
||||
* Get a default list of allowed ranges for the given option.
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue