From 3bdf4971bab4d6f945035c42c551f76bf426d29b Mon Sep 17 00:00:00 2001 From: Nicolas George Date: Fri, 2 Nov 2012 11:55:53 +0100 Subject: lavu/opt: implement av_opt_get_key_value(). This function does the low-level work of av_opt_set_from_string() but can be used when there is no option context or when a generic handling of unknown keys is needed. av_opt_set_from_string() is changed to make use of it. --- doc/APIchanges | 3 +++ 1 file changed, 3 insertions(+) (limited to 'doc') diff --git a/doc/APIchanges b/doc/APIchanges index 60c6062cb6..ecbee08a5d 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -15,6 +15,9 @@ libavutil: 2012-10-22 API changes, most recent first: +2012-11-02 - xxxxxxx - lavu 52.4.100 - opt.h + Add av_opt_get_key_value(). + 2012-11-03 - xxxxxxx - lavu 52.3.100 - opt.h Add AV_OPT_TYPE_SAMPLE_FMT value to AVOptionType enum. -- cgit v1.2.3