On Tue, Jun 14, 2011 at 08:31:17PM +0200, Anton Khirnov wrote: > This way the caller can pass all the options in one nice package. > --- > > --- a/libavutil/opt.h > +++ b/libavutil/opt.h > @@ -191,4 +192,18 @@ void av_opt_free(void *obj); > */ > > +/* > + * Set all the options contained in the dictionary on an object.
Set all the options from a given dictionary on an object. > + * @param options options to process. This dictionary will be freed and > replaced > + * by a new one containing all options not found in obj. Options dictionary to process; will be freed and replaced by a new dictionary containing all options not found in obj. > + * @see av_dict_copy IIRC Doxygen needs the () after the function name in order to link it properly. Diego _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
