X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavutil%2Fopt.h;h=770599021096045f85d3e53563b9ac8febb9c2dc;hb=1a2ff628593c6162f72364d25aeccc66663455ea;hp=1e1dd69b30e835e1f255fb6f5f3b4c80bddfe6a3;hpb=7d25af1547f8d97231f1c6e4cab7ad2bbf1dd071;p=ffmpeg diff --git a/libavutil/opt.h b/libavutil/opt.h index 1e1dd69b30e..77059902109 100644 --- a/libavutil/opt.h +++ b/libavutil/opt.h @@ -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. *