summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorNicolas George <nicolas.george@normalesup.org>2012-11-10 13:03:09 +0100
committerNicolas George <nicolas.george@normalesup.org>2012-11-16 10:36:45 +0100
commit926481078b4f930ac9bb9ca2b4ab660cc9190935 (patch)
tree3e8572aa79c486e7ee9befbbcf8f8569c5846ccf /doc
parent468781f8287b7bca8c560915a6f1ec6f37cfd4bd (diff)
lavu/opt: fix av_opt_get_key_value() API.
Do not skip the end delimiter. Reserve positive return values. This is an API break, but the function was introduced less than two weeks ago.
Diffstat (limited to 'doc')
-rw-r--r--doc/APIchanges6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/APIchanges b/doc/APIchanges
index ede8f0cb7b..fde2eee136 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -15,12 +15,12 @@ libavutil: 2012-10-22
API changes, most recent first:
+2012-11-15 - xxxxxxx - lavu 52.7.100 - opt.h
+ Add av_opt_get_key_value().
+
2012-11-13 - xxxxxxx - lavfi 3.23.100 - avfilter.h
Add channels field to AVFilterBufferRefAudioProps.
-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.