summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorNicolas George <nicolas.george@normalesup.org>2012-11-02 11:55:53 +0100
committerNicolas George <nicolas.george@normalesup.org>2012-11-04 10:47:52 +0100
commit3bdf4971bab4d6f945035c42c551f76bf426d29b (patch)
treed98ab3fa3d1ef1eed919e2558539bd1b6e5df26a /doc
parente021eeb9f06f4f4d83690d07b47cdcc4172a61e1 (diff)
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.
Diffstat (limited to 'doc')
-rw-r--r--doc/APIchanges3
1 files changed, 3 insertions, 0 deletions
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.