OSDN Git Service

AVOptions: add av_opt_set_dict() mapping a dictionary struct to a context.
authorAnton Khirnov <anton@khirnov.net>
Sun, 22 May 2011 10:52:50 +0000 (12:52 +0200)
committerAnton Khirnov <anton@khirnov.net>
Thu, 16 Jun 2011 18:24:56 +0000 (20:24 +0200)
commit7e83e1c511baf0d02f3af75b6180d6af4d50aa99
treec56415cc57d731c090bac30707276a2b51521df6
parent0b7ccad6bf79cebe5cd8392105276a4ba19d19f9
AVOptions: add av_opt_set_dict() mapping a dictionary struct to a context.

This way the caller can pass all the options in one nice package.
libavutil/opt.c
libavutil/opt.h