AVOptions: add av_opt_set*().
authorAnton Khirnov <anton@khirnov.net>
Mon, 5 Sep 2011 06:15:32 +0000 (08:15 +0200)
committerAnton Khirnov <anton@khirnov.net>
Wed, 12 Oct 2011 14:51:16 +0000 (16:51 +0200)
commitdac66da63db2eb3df1655d540084703dd93f82e4
tree07195e5fafdf646109534d8312e496f718c399e7
parent641c7afe3c17334b81e3e2eef88f1751eb68f89f
AVOptions: add av_opt_set*().

Deprecate av_set_*

New functions support setting values on children, return error codes
instead of options and have consistent naming and signatures.
libavutil/opt.c
libavutil/opt.h